-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore #933 Make CI great again (jakubtobiasz)
This PR was merged into the 1.12 branch. Discussion ---------- For an unknown reason Sylius-Standard installs Sylius `1.12.9` on CI instead of the latest `1.12.11`. I precised the minimal version to `^1.12.11` so it should work fine. Commits ------- Bump minimal sylius/sylius version Remove the Docker build in CI Update auto-merge workflow's OS version
- Loading branch information
Showing
3 changed files
with
2 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
|
||
jobs: | ||
auto-merge: | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- | ||
name: Checkout repository | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters