Skip to content

Commit bc02df8

Browse files
committed
feat: add tests for php 8.4
1 parent 69c38de commit bc02df8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
php: [8.1, 8.2, 8.3]
15+
php: [8.1, 8.2, 8.3, 8.4]
1616
laravel: ['10.*', '11.*', '12.*']
1717
stability: [prefer-stable]
1818
exclude:
1919
- laravel: 11.*
2020
php: 8.1
2121
- laravel: 12.*
2222
php: 8.1
23+
- laravel: 10.*
24+
php: 8.4
2325

2426
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2527

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^8.1|^8.2|^8.3",
13+
"php": "^8.1|^8.2|^8.3|^8.4",
1414
"symfony/workflow": "^6.0|^7.0",
1515
"symfony/process": "^6.0|^7.0",
1616
"symfony/event-dispatcher-contracts": "^2.4|^3.0",

0 commit comments

Comments
 (0)