Skip to content

Commit ea9e164

Browse files
committed
chore: bump version, drop php 8
1 parent 5a596d2 commit ea9e164

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
php: [8.0, 8.1, 8.2]
16-
laravel: ['9.*', '10.*', '11.*']
15+
php: [8.1, 8.2, 8.3]
16+
laravel: ['10.*', '11.*']
1717
stability: [prefer-stable]
1818
exclude:
19-
- php: 8.0
20-
laravel: 10.*
21-
- laravel: 11.*
22-
php: 8.0
2319
- laravel: 11.*
2420
php: 8.1
2521

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": "^7.4|^8.0|^8.1|^8.2",
13+
"php": "^8.1|^8.2|^8.3",
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)