Skip to content

Commit f99ae6f

Browse files
fix gh build
1 parent f2addd6 commit f99ae6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: ["8.0", "8.1", "8.2", "8.3"]
24+
php: ["8.1", "8.2", "8.3"]
2525
symfony: ["^5.4", "^6.0"]
2626
sylius: ["~1.12.0", "~1.13.0", "~1.14.0"]
2727
node: ["^20.x"]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.0",
12+
"php": "^8.1",
1313
"sylius/sylius": "^1.12"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)