Skip to content

Commit

Permalink
Wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed May 14, 2024
1 parent f077335 commit ea489a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build

on:
push:
branches-ignore:
- 'dependabot/**'
push:
branches-ignore:
- 'dependabot/**'
pull_request: ~
release:
types: [created]
Expand All @@ -25,7 +25,7 @@ jobs:
symfony: ["^5.4", "^6.4"]
sylius: ["~1.12.0", "~1.13.0"]
node: ["20.x"]
mysql: ["5.7", "8.0"]
mysql: ["8.0"]
env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down

0 comments on commit ea489a9

Please sign in to comment.