Skip to content

Commit caeac5d

Browse files
committed
Run tests on PHP 8.4
1 parent 307bbc4 commit caeac5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
COMPOSER_NO_INTERACTION: 1
1919
strategy:
2020
matrix:
21-
php: [8.3, 8.2, 8.1, 8.0]
21+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
2222
lumen: [10.*, 9.*]
2323
exclude:
2424
- lumen: 10.*
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
php: [8.3, 8.2, 8.1, 8.0]
69+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
7070
laravel: [11.*, 10.*, 9.*]
7171
exclude:
7272
- laravel: 10.*

.github/workflows/run-tests.yml

Lines changed: 1 addition & 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.3, 8.2, 8.1, 8.0]
23+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
2424
laravel: [^11, ^10, ^9]
2525
dependency-version: [prefer-stable]
2626
exclude:

0 commit comments

Comments
 (0)