Skip to content

Commit bef16a6

Browse files
committed
Add PHP 8.5 to CI test matrix
Add PHP 8.5 to the test workflow matrix, excluding it from Laravel 10 and 11 which don't support it.
1 parent 61f414b commit bef16a6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [8.4, 8.3, 8.2, 8.1]
20+
php: [8.5, 8.4, 8.3, 8.2, 8.1]
2121
laravel: [13.*, 12.*, 11.*, 10.*]
2222
dependency-version: [prefer-lowest, prefer-stable]
2323
include:
@@ -38,12 +38,16 @@ jobs:
3838
php: 8.1
3939
- laravel: 11.*
4040
php: 8.1
41+
- laravel: 11.*
42+
php: 8.5
43+
- laravel: 10.*
44+
php: 8.5
4145

4246
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4347

4448
steps:
4549
- name: Checkout code
46-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
4751

4852
- name: Setup PHP
4953
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)