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 ec9a084 commit fc7eda1Copy full SHA for fc7eda1
.github/workflows/ci.yaml
@@ -13,11 +13,11 @@ jobs:
13
fail-fast: false
14
matrix:
15
# normal, highest, non-dev installs
16
- php-version: [ '8.0', '8.1', '8.2' ]
+ php-version: [ '8.1', '8.2' ]
17
dependency-versions: [ 'highest' ]
18
include:
19
# testing lowest PHP version with the lowest dependencies
20
- - php-version: '8.0'
+ - php-version: '8.1'
21
dependency-versions: 'lowest'
22
23
# testing dev versions with the highest PHP
composer.json
@@ -11,6 +11,7 @@
11
}
12
],
"require": {
+ "php": "^8.1|^8.2",
"micro/plugin-twig": "^0"
},
"require-dev": {
0 commit comments