Skip to content

Commit

Permalink
chore: allow php 8.0 for a project
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Feb 13, 2024
1 parent 953ec14 commit 386d002
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3']
sylius: ["~1.12.0"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3']

env:
COMPOSER_ARGS: --prefer-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3']

env:
SYMFONY_ARGS: --no-tls
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Allows you to add JS scripts from the admin panel.",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.0",
"monsieurbiz/sylius-settings-plugin": "^1.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 386d002

Please sign in to comment.