Skip to content

Commit c780069

Browse files
authored
PHP 8.4 tests (#252)
1 parent 1211cda commit c780069

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [7.4, '8.0', 8.1, 8.2, 8.3]
19+
php: [7.4, '8.0', 8.1, 8.2, 8.3, 8.4]
2020
laravel: [8, 9, 10, 11]
2121
exclude:
2222
- php: 7.4
@@ -37,6 +37,12 @@ jobs:
3737
laravel: 8
3838
- php: 8.3
3939
laravel: 9
40+
- php: 8.4
41+
laravel: 8
42+
- php: 8.4
43+
laravel: 9
44+
- php: 8.4
45+
laravel: 10
4046

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

0 commit comments

Comments
 (0)