Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrimmChester committed Jul 4, 2024
1 parent c84e9d4 commit 38594c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
matrix:
php:
- 8.2
- 8.3
symfony:
- '5.4.*'
- '6.2.*'
- '6.4.*'
env:
APP_ENV: test
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
matrix:
php:
- 8.2
- 8.3
sylius:
- 1.12.0
- 1.13.0
symfony:
- 5.4
- 6.2
- 6.3
node:
- 14.x
env:
Expand Down

0 comments on commit 38594c0

Please sign in to comment.