Skip to content

Commit 0e8074b

Browse files
Merge pull request #41 from getkirby/develop
v1.1.1
2 parents 20a3e73 + 778e792 commit 0e8074b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
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"]
12+
php: ["8.0", "8.1", "8.2"]
1313
env:
1414
extensions: mbstring, pcov
1515
ini: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "getkirby/cli",
33
"description": "Kirby command line interface",
44
"license": "MIT",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"keywords": [
77
"kirby",
88
"cms",
@@ -24,7 +24,7 @@
2424
"source": "https://github.com/getkirby/cli"
2525
},
2626
"require": {
27-
"php": ">=8.0.0 <8.2.0",
27+
"php": ">=8.0.0 <8.3.0",
2828
"ext-zip": "*",
2929
"composer-runtime-api": "^2.2",
3030
"guzzlehttp/guzzle": "^7.5",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)