Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrimmChester committed Dec 20, 2023
1 parent f607a8a commit 0353706
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
fail-fast: false
matrix:
php:
- 8.1
- 8.0
- 8.2
symfony:
- '5.4.*'
- '6.3.*'
- '6.2.*'
env:
APP_ENV: test
steps:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@ jobs:
fail-fast: false
matrix:
php:
- 8.1
- 8.0
- 8.2
sylius:
- 1.10.0
- 1.12.0
symfony:
- 5.4
- 6.3
- 6.2
node:
- 14.x
exclude:
-
sylius: 1.10.0
symfony: 6.3
symfony: 6.2
-
php: '8.0'
symfony: 6.2
env:
APP_ENV: test
package-name: synolia/sylius-akeneo-plugin
Expand Down

0 comments on commit 0353706

Please sign in to comment.