Skip to content

Commit 04a1033

Browse files
Test against php 8.4
1 parent 423ee47 commit 04a1033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)