File tree Expand file tree Collapse file tree 7 files changed +555
-1051
lines changed Expand file tree Collapse file tree 7 files changed +555
-1051
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments