Skip to content

Commit

Permalink
Remove unnecessary exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
arti0090 committed Jun 2, 2021
1 parent cfb99a6 commit f44f48c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
mysql: [5.7, 8.0]

exclude:
-
php: 7.3
mysql: 8.0
-
sylius: ~1.8.0
symfony: ^5.2
-
php: 8.0
sylius: ~1.9.0
Expand Down
3 changes: 1 addition & 2 deletions 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.9 || ~1.10.0@beta",
"sylius/sylius": "^1.9.1 || ~1.10.0@beta",
"symfony/messenger": "^4.4 || ^5.2"
},
"require-dev": {
Expand All @@ -39,7 +39,6 @@
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.1",
"friends-of-behat/variadic-extension": "^1.3",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpspec/phpspec": "^7.0",
Expand Down

0 comments on commit f44f48c

Please sign in to comment.