Skip to content

Commit

Permalink
chore #933 Make CI great again (jakubtobiasz)
Browse files Browse the repository at this point in the history
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
Rafikooo authored Sep 20, 2023
2 parents 7334461 + c3d6732 commit 85f67a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
auto-merge:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
-
name: Checkout repository
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": "^8.0",
"sylius/paypal-plugin": "^1.5",
"sylius/sylius": "^1.12",
"sylius/sylius": "^1.12.11",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/runtime": "^5.4 || ^6.0",
"symfony/flex": "^2.1"
Expand Down

0 comments on commit 85f67a7

Please sign in to comment.