Skip to content

Commit

Permalink
Merge pull request #4 from synolia/add-php8
Browse files Browse the repository at this point in the history
add php8
  • Loading branch information
oallain authored Jul 8, 2021
2 parents cbf7b3e + cdc47f0 commit 185327a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
php: [7.4, 8.0]
symfony: [4.4.*, 5.2.*]

steps:
Expand Down Expand Up @@ -81,14 +81,17 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
php: [7.4, 8.0]
sylius: [1.9.0, 1.10.0]
symfony: [4.4, 5.2]
node: [10.x]
exclude:
-
sylius: 1.10.0
symfony: 4.4
-
sylius: 1.9.0
php: 8.0

env:
APP_ENV: test
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

| | Version |
| :--- | :--- |
| PHP | 7.4+ |
| Sylius | 1.9+ |
| PHP | 7.4, 8.0 |
| Sylius | 1.9, 1.10 |

## Installation

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 @@
"keywords": ["sylius", "sylius-plugin", "maintenance"],
"license": "EUPL-1.2",
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"sylius/sylius": "~1.9.0 || ~1.10.0"
},
"require-dev": {
Expand Down

0 comments on commit 185327a

Please sign in to comment.