Skip to content

Commit ca87ffc

Browse files
authored
Test PHP 8.4
1 parent 82b643d commit ca87ffc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*, 10.*]
2220
stability: [prefer-lowest, prefer-stable]
21+
php: [8.3, 8.4]
22+
laravel: [10.*, 11.*, 12.*]
2323
include:
2424
- laravel: 11.*
2525
testbench: 9.*
26-
- laravel: 10.*
27-
testbench: 8.*
26+
- laravel: 12.*
27+
testbench: 10.*
2828

2929
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3030

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Setup PHP
3636
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)