Skip to content

Commit

Permalink
Merge pull request #20 from xNordo/bug/fix-build-matrix
Browse files Browse the repository at this point in the history
Change build sylius matrix to not use exact version
  • Loading branch information
KrisFlorq authored Jun 9, 2021
2 parents 828edde + 8d5335a commit 7f3ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php: [7.4, 7.3]
node: [10.x]
mysql: [5.7, 8.0]
sylius: [1.8.12, ~1.9]
sylius: [~1.8, ~1.9]

exclude:
- # PHP 7.3 does not support "caching_sha2_password" authentication plugin which is a default one in MySQL 8.0
Expand Down

0 comments on commit 7f3ea75

Please sign in to comment.