diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fcfa67..991dc77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,16 +22,16 @@ jobs: matrix: php: [ "8.0", "8.1", "8.2", "8.3" ] symfony: [ "^5.4", "^6.4" ] - sylius: [ "^1.12", "^1.13" ] + sylius: [ "~1.12.0", "~1.13.0" ] node: [ "18.x", "20.x" ] - mysql: [ "8.0" ] - + mysql: [ "5.7", "8.0" ] + exclude: - - sylius: ^1.13 - php: 8.0 - - sylius: ^1.12 - php: 8.0 - symfony: ^6.4 + - sylius: "~1.13.0" + php: "8.0" + - sylius: "~1.12.0" + php: "8.0" + symfony: "^6.4" env: APP_ENV: test