Skip to content

Commit

Permalink
[Maintenance] Run GitHub actions on PHP 8, Node 14 & Symfony 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jan 12, 2022
1 parent 191b52b commit c20eed1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.4", "8.0"]
symfony: ["^4.4", "^5.2"]
node: ["10.x"]
php: ["8.0"]
symfony: ["^4.4", "^5.4"]
node: ["14.x"]
mysql: ["5.7", "8.0"]

exclude:
-
php: "7.4"
mysql: "5.7"
env:
APP_ENV: test_cached
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down

0 comments on commit c20eed1

Please sign in to comment.