We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a596d2 commit ea9e164Copy full SHA for ea9e164
.github/workflows/run-tests.yml
@@ -12,14 +12,10 @@ jobs:
12
fail-fast: true
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
- php: [8.0, 8.1, 8.2]
16
- laravel: ['9.*', '10.*', '11.*']
+ php: [8.1, 8.2, 8.3]
+ laravel: ['10.*', '11.*']
17
stability: [prefer-stable]
18
exclude:
19
- - php: 8.0
20
- laravel: 10.*
21
- - laravel: 11.*
22
- php: 8.0
23
- laravel: 11.*
24
php: 8.1
25
composer.json
@@ -10,7 +10,7 @@
10
],
11
"license": "MIT",
"require": {
- "php": "^7.4|^8.0|^8.1|^8.2",
+ "php": "^8.1|^8.2|^8.3",
"symfony/workflow": "^6.0|^7.0",
"symfony/process": "^6.0|^7.0",
"symfony/event-dispatcher-contracts": "^2.4|^3.0",
0 commit comments