Skip to content

Commit a14e61e

Browse files
committed
Run tests on PHP 8
1 parent bd616f1 commit a14e61e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [7.4, 7.3, 7.2]
14+
php: [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,12 @@ jobs:
3636
php: 7.4
3737
- laravel: 5.5.*
3838
php: 7.4
39+
- laravel: 5.8.*
40+
php: 8.0
41+
- laravel: 5.7.*
42+
php: 8.0
43+
- laravel: 5.6.*
44+
php: 8.0
3945

4046
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4147

@@ -44,7 +50,7 @@ jobs:
4450
uses: actions/checkout@v1
4551

4652
- name: Setup PHP
47-
uses: shivammathur/setup-php@v1
53+
uses: shivammathur/setup-php@v2
4854
with:
4955
php-version: ${{ matrix.php }}
5056
extensions: mbstring, dom, fileinfo

0 commit comments

Comments
 (0)