From f6fbb577f65b40833df2e2f827e1f56bb90177a7 Mon Sep 17 00:00:00 2001 From: Jacob Tobiasz Date: Fri, 13 Sep 2024 13:48:00 +0200 Subject: [PATCH] Bump PHP version to 8.1 --- .github/workflows/_matrix.json | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_matrix.json b/.github/workflows/_matrix.json index a004df8e..be885031 100644 --- a/.github/workflows/_matrix.json +++ b/.github/workflows/_matrix.json @@ -3,7 +3,7 @@ "ci": { "include": [ { - "php": "8.0", + "php": "8.1", "sylius": "1.12.*", "symfony": "5.4.*", "mysql": "8.0", @@ -20,7 +20,7 @@ }, "daily": { "ci": { - "php": ["8.0", "8.3"], + "php": ["8.1", "8.3"], "sylius": ["1.12.*", "1.13.*"], "symfony": ["5.4.*", "6.4.*"], "mysql": ["8.0"], diff --git a/composer.json b/composer.json index 7ec7bd2e..cf35a6b0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "^8.0", + "php": "^8.1", "sylius/core-bundle": "^1.12", "tpay-com/tpay-openapi-php": "^1.8", "payum/core": "^1.7",