Skip to content

Commit 85f67a7

Browse files
authored
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
2 parents 7334461 + c3d6732 commit 85f67a7

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
auto-merge:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-20.04
99
steps:
1010
-
1111
name: Checkout repository

.github/workflows/docker.yml

-59
This file was deleted.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": "^8.0",
2828
"sylius/paypal-plugin": "^1.5",
29-
"sylius/sylius": "^1.12",
29+
"sylius/sylius": "^1.12.11",
3030
"symfony/dotenv": "^5.4 || ^6.0",
3131
"symfony/runtime": "^5.4 || ^6.0",
3232
"symfony/flex": "^2.1"

0 commit comments

Comments
 (0)