Skip to content

Commit

Permalink
Limit unnecessary builds on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Apr 27, 2021
1 parent 40d1b3f commit 9ccffb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
node: ["10.x"]
mysql: ["5.7", "8.0"]

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

0 comments on commit 9ccffb4

Please sign in to comment.