Skip to content

Commit ccba240

Browse files
Added PHP 8.4 to the CI + Bump Laravel to 11.35
1 parent 2d4cac5 commit ccba240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
php: ['8.2', '8.3']
12-
laravel: ['10.43', '10.48', '11.0', '11.17']
11+
php: ['8.2', '8.3', '8.4']
12+
laravel: ['10.43', '10.48', '11.0', '11.35']
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)