Skip to content

Commit fc7eda1

Browse files
committed
Chore: fixed CI
- Bumped minimum php version to 8.1;
1 parent ec9a084 commit fc7eda1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# normal, highest, non-dev installs
16-
php-version: [ '8.0', '8.1', '8.2' ]
16+
php-version: [ '8.1', '8.2' ]
1717
dependency-versions: [ 'highest' ]
1818
include:
1919
# testing lowest PHP version with the lowest dependencies
20-
- php-version: '8.0'
20+
- php-version: '8.1'
2121
dependency-versions: 'lowest'
2222

2323
# testing dev versions with the highest PHP

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}
1212
],
1313
"require": {
14+
"php": "^8.1|^8.2",
1415
"micro/plugin-twig": "^0"
1516
},
1617
"require-dev": {

0 commit comments

Comments
 (0)