Skip to content

Commit

Permalink
feature #261 Update GitHub Actions to run on Sylius 1.9 instead of 1.…
Browse files Browse the repository at this point in the history
…9-beta (GSadee)

This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

48fe48d Update GitHub Actions to run on Sylius 1.9 instead of 1.9-beta
  • Loading branch information
GSadee authored Mar 4, 2021
2 parents e902806 + 48fe48d commit 035a146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php: [7.4, 7.3]
symfony: [^4.4, ^5.2]
sylius: [~1.8.0, ~1.9.0@beta]
sylius: [~1.8.0, ~1.9.0]
node: [10.x]
mysql: [5.7, 8.0]

Expand Down Expand Up @@ -96,11 +96,6 @@ jobs:
restore-keys: |
${{ runner.os }}-php-${{ matrix.php }}-composer-
-
name: Install Sylius version
run: |
composer require "sylius/sylius:${{ matrix.sylius }}" --no-update
-
name: Restrict Symfony version
if: matrix.symfony != ''
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"knplabs/knp-snappy-bundle": "^1.7",
"myclabs/php-enum": "^1.7",
"sylius/resource-bundle": "^1.6",
"sylius/sylius": "~1.8.0 || ~1.9.0@beta",
"sylius/sylius": "^1.8",
"symfony/messenger": "^4.4 || ^5.2"
},
"require-dev": {
Expand Down

0 comments on commit 035a146

Please sign in to comment.