Skip to content

Commit

Permalink
Merge pull request #27 from Zales0123/update-dependencies
Browse files Browse the repository at this point in the history
Bump PHP to 8.1 and MailerBundle to 2.0
  • Loading branch information
Zales0123 authored Apr 8, 2024
2 parents e75f8e2 + 82f8f5a commit bd8d9b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
php: ["8.1"]
symfony: ["5.4.*", "^6.0"]
sylius: ["^1.12"]
node: ["18.x"]
mysql: ["5.7", "8.0"]
mysql: ["5.7"]

env:
APP_ENV: test
Expand All @@ -34,7 +34,7 @@ jobs:
-
uses: actions/checkout@v3

-
-
name: Build application
uses: SyliusLabs/BuildTestAppAction@v2.1
with:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"php": "^8.1",
"sylius/mailer-bundle": "^1.8 || ^2.0",
"sylius/sylius": "^1.12",
"symfony/uid": "^5.4 || ^6.0",
"symfony/webpack-encore-bundle": "^1.15"
Expand Down

0 comments on commit bd8d9b2

Please sign in to comment.