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 da98e60 commit afc31a0Copy full SHA for afc31a0
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- php: [8.0, 8.1, 8.2]
+ php: [8.1, 8.2]
19
steps:
20
- uses: actions/checkout@v4
21
- name: Start MySQL
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": ">=8.0",
+ "php": ">=8.1",
"composer/installers": "^2.1",
"drush/drush": "^11.0.5"
},
0 commit comments