Skip to content

Commit

Permalink
Update php ve kirby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Sep 9, 2024
1 parent 606cadd commit e00653c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3"]
env:
extensions: mbstring, pcov
ini: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
php: "8.0"
php: "8.2"
extensions: mbstring

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"source": "https://github.com/getkirby/kql"
},
"require": {
"getkirby/cms": "^3.8.2 || ^4.0 || ^5.0",
"getkirby/cms": "^3.10.0 || ^4.0 || ^5.0",
"getkirby/composer-installer": "^1.2.1"
},
"autoload": {
Expand Down

0 comments on commit e00653c

Please sign in to comment.