Skip to content

Commit c071746

Browse files
authored
Include PHP 8.4 in the workflow
1 parent 2282a40 commit c071746

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
php: [8.3, 8.2, 8.1]
23+
php: [8.4, 8.3, 8.2, 8.1]
2424
laravel: [10.*, 11.*]
2525
stability: [prefer-stable]
2626
include:
@@ -31,6 +31,8 @@ jobs:
3131
exclude:
3232
- laravel: 11.*
3333
php: 8.1
34+
- laravel: 10.*
35+
php: 8.4
3436

3537
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3638

@@ -59,4 +61,4 @@ jobs:
5961
run: composer show -D
6062

6163
- name: Execute tests
62-
run: vendor/bin/phpunit tests
64+
run: vendor/bin/phpunit tests

0 commit comments

Comments
 (0)