Skip to content

Commit c328955

Browse files
committed
Test on PHP 8.5
1 parent db8972e commit c328955

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: [8.4, 8.3, 8.2, 8.1]
22+
php: [8.5, 8.4, 8.3, 8.2, 8.1]
2323
laravel: [12.*, 11.*, 10.*, 9.*]
2424
exclude:
2525
- laravel: 12.*
@@ -28,6 +28,8 @@ jobs:
2828
php: 8.1
2929
- laravel: 9.*
3030
php: 8.4
31+
- laravel: 9.*
32+
php: 8.5
3133
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
3234
steps:
3335
- name: Checkout code

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php: [8.4, 8.3, 8.2, 8.1]
23+
php: [8.5, 8.4, 8.3, 8.2, 8.1]
2424
laravel: [^12, ^11, ^10, ^9]
2525
dependency-version: [prefer-stable]
2626
exclude:
@@ -30,6 +30,8 @@ jobs:
3030
php: 8.1
3131
- laravel: ^9
3232
php: 8.4
33+
- laravel: ^9
34+
php: 8.5
3335

3436
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3537

0 commit comments

Comments
 (0)