Skip to content

Commit e00653c

Browse files
committed
Update php ve kirby versions
1 parent 606cadd commit e00653c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
php: ["8.0", "8.1", "8.2", "8.3"]
12+
php: ["8.1", "8.2", "8.3"]
1313
env:
1414
extensions: mbstring, pcov
1515
ini: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
timeout-minutes: 5
9393
env:
94-
php: "8.0"
94+
php: "8.2"
9595
extensions: mbstring
9696

9797
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"source": "https://github.com/getkirby/kql"
3131
},
3232
"require": {
33-
"getkirby/cms": "^3.8.2 || ^4.0 || ^5.0",
33+
"getkirby/cms": "^3.10.0 || ^4.0 || ^5.0",
3434
"getkirby/composer-installer": "^1.2.1"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)