Skip to content

Commit d8a4b16

Browse files
committed
Test package on PHP 8.1
1 parent fcc1765 commit d8a4b16

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 1 deletion
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

0 commit comments

Comments
 (0)