Skip to content

Commit 02e888a

Browse files
committed
Update PHP version support (-7.3, +8.1)
1 parent 6d71ae8 commit 02e888a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: [ "7.3", "7.4", "8.0" ]
11+
php: [ "7.4", "8.0", "8.1" ]
1212
dependencies: [ "lowest", "locked" ]
1313
env:
1414
extensions: mbstring, pcov

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": ">=7.3.0 <8.1.0",
14+
"php": ">=7.4.0 <8.2.0",
1515
"getkirby/cms": ">=3.6.0 <3.7.0",
1616
"getkirby/composer-installer": "^1.1"
1717
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)