Skip to content

Commit 6bf3f86

Browse files
ata-no-oneRenovate Bot
andauthored
Update all major dependencies (#64)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5f73208 commit 6bf3f86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/github-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
plugin_version: ${{ steps.get-version.outputs.plugin_version }}
1919
plugin_prerelease: ${{ steps.get-version.outputs.plugin_prerelease }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- id: get-version
2323
run: |
2424
if [[ $GITHUB_REF == refs/tags/v* ]]; then
@@ -54,7 +54,7 @@ jobs:
5454
container:
5555
image: php:${{ matrix.php-version }}-fpm
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
- name: setup composer
5959
run: |
6060
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
@@ -73,9 +73,9 @@ jobs:
7373
- get-version
7474
- test
7575
container:
76-
image: mcr.microsoft.com/devcontainers/php:1-8.2-bullseye
76+
image: mcr.microsoft.com/devcontainers/php:2-8.2-bullseye
7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979

8080
- name: install scoper
8181
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=8.1",
1717
"gdata/vaas": "11.0.1",
18-
"illuminate/container": "^11.30 || ^10"
18+
"illuminate/container": "^11.30 || ^10 || ^12"
1919
},
2020
"config": {
2121
"platform": {

0 commit comments

Comments
 (0)