Skip to content

Commit

Permalink
Update PHP version support (-7.3, +8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbestle committed Dec 17, 2021
1 parent 6d71ae8 commit 02e888a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ "7.3", "7.4", "8.0" ]
php: [ "7.4", "8.0", "8.1" ]
dependencies: [ "lowest", "locked" ]
env:
extensions: mbstring, pcov
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.3.0 <8.1.0",
"php": ">=7.4.0 <8.2.0",
"getkirby/cms": ">=3.6.0 <3.7.0",
"getkirby/composer-installer": "^1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02e888a

Please sign in to comment.