Skip to content

Commit afc31a0

Browse files
Drop PHP 8.0. (#102)
* Require at least PHP 8.1 * Drop PHP 8.0 from CI matrix
1 parent da98e60 commit afc31a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
php: [8.0, 8.1, 8.2]
18+
php: [8.1, 8.2]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Start MySQL

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.0",
14+
"php": ">=8.1",
1515
"composer/installers": "^2.1",
1616
"drush/drush": "^11.0.5"
1717
},

0 commit comments

Comments
 (0)