Skip to content

Commit 252bbbf

Browse files
author
arnoson
committed
chore: get ready for Kirby 5, update dependencies
1 parent 7fa2ef0 commit 252bbbf

File tree

7 files changed

+555
-1051
lines changed

7 files changed

+555
-1051
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.2'
21+
php-version: '8.4'
2222

2323
- name: Install composer Dependencies
2424
run: composer install --prefer-dist --no-progress

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 22
2323
registry-url: https://registry.npmjs.org/
2424

2525
- name: Install Dependencies

example/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"source": "https://github.com/getkirby/starterkit"
2323
},
2424
"require": {
25-
"php": ">=8.0.0 <8.4.0",
26-
"getkirby/cms": "^4.0"
25+
"php": ">=8.1.0 <8.5.0",
26+
"getkirby/cms": "^4.0 || ^5.0"
2727
},
2828
"config": {
2929
"allow-plugins": {

0 commit comments

Comments
 (0)