Skip to content

Commit 2acec73

Browse files
Test against php 8.4 (#1592)
* Test against php 8.4 * Test against php 8.4 --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
1 parent 085ca3e commit 2acec73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: [8.3, 8.2]
22+
php: [8.4, 8.3, 8.2]
2323
laravel: [^11.15]
2424

2525
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-22.04, windows-2019]
24-
php: [8.3, 8.2]
24+
php: [8.4, 8.3, 8.2]
2525
laravel: [^11.15]
2626
stability: [prefer-lowest, prefer-stable]
2727
steps:

0 commit comments

Comments
 (0)