Skip to content

Commit 45dd325

Browse files
Merge pull request #37 from stackkit/feature/php-8.1
Test package on PHP 8.1
2 parents fcc1765 + 23a302a commit 45dd325

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/run-tests.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.0, 7.4, 7.3, 7.2]
14+
php: [8.1, 8.0, 7.4, 7.3, 7.2]
1515
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
@@ -36,6 +36,16 @@ jobs:
3636
php: 8.0
3737
- laravel: 5.6.*
3838
php: 8.0
39+
- laravel: 5.6.*
40+
php: 8.1
41+
- laravel: 5.7.*
42+
php: 8.1
43+
- laravel: 5.8.*
44+
php: 8.1
45+
- laravel: 6.*
46+
php: 8.1
47+
- laravel: 7.*
48+
php: 8.1
3949

4050
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4151

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Please check the table below for supported Laravel and PHP versions:
3535
| 5.8 | 7.2 or 7.3 or 7.4
3636
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
3737
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
38-
| 8.x | 7.3 or 7.4 or 8.0
38+
| 8.x | 7.3 or 7.4 or 8.0 or 8.1
3939

4040
# Installation
4141

0 commit comments

Comments
 (0)