Skip to content

Commit

Permalink
Test only on the latest sylius release
Browse files Browse the repository at this point in the history
  • Loading branch information
lamasfoker committed Dec 18, 2023
1 parent ec65cbc commit 5af0e57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request: ~
release:
types: [ created ]
schedule:
- cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~

jobs:
Expand All @@ -21,10 +19,10 @@ jobs:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2" ]
symfony: [ "5.4.*", "^6.0" ]
sylius: [ "^1.12" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "^1.12.13" ]
node: [ "14.x", "16.x", "18.x" ]
mysql: [ "5.7", "8.0" ]
mysql: [ "8.0" ]
env:
APP_ENV: test
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"php": "^8.0",
"doctrine/dbal": "^2.7 || ^3.0",
"doctrine/migrations": "^3.0",
"doctrine/orm": "^2.12",
"doctrine/orm": "^2.13",
"psr/log": "^2.0",
"sylius/mailer-bundle": "^1.8 || ^2.0",
"sylius/resource": "^1.8",
"sylius/resource-bundle": "^1.8",
"sylius/sylius": "^1.12",
"sylius/resource": "^1.9",
"sylius/resource-bundle": "^1.9",
"sylius/sylius": "^1.12.13",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
Expand Down

0 comments on commit 5af0e57

Please sign in to comment.