Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update workflows for 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rune.laenen committed Jun 15, 2021
1 parent b1463af commit 84778ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
CreateZip:
runs-on: ubuntu-latest
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.3.5
container: ghcr.io/friendsofshopware/platform-plugin-dev:v6.4.1
steps:
- name: Get the version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"php": "^7.4 || 8.0"
"php": "^7.4 || ^8.0"
},
"authors": [
{
Expand Down

0 comments on commit 84778ee

Please sign in to comment.