From 0d92ce1f1115fbf75f0728454badb67c59efa5f3 Mon Sep 17 00:00:00 2001 From: llupa Date: Mon, 5 Feb 2024 12:34:44 +0100 Subject: [PATCH 1/3] ci: update testing matrix --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index db1bd41..41ae880 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -132,6 +132,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" operating-system: - "macos-latest" - "ubuntu-latest" @@ -180,6 +181,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.2" steps: - name: "Checkout repository" From e49df6211a2fe37521b6d38afe20e99504be8e4d Mon Sep 17 00:00:00 2001 From: llupa <41073314+llupa@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:22:10 +0100 Subject: [PATCH 2/3] Update .github/workflows/continuous-integration.yml --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 41ae880..9ab0dff 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -181,7 +181,7 @@ jobs: php-version: - "8.1" - "8.2" - - "8.2" + - "8.3" steps: - name: "Checkout repository" From 99883a53dde6886e29915c5469ac924675057853 Mon Sep 17 00:00:00 2001 From: llupa Date: Mon, 5 Feb 2024 11:45:11 +0100 Subject: [PATCH 3/3] chore: allow symfony/console, symfony/filesystem at major version 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 85df648..da2d351 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "composer/composer": "^2.4", "jawira/case-converter": "^3.5", "opis/json-schema": "^2.3", - "symfony/console": "^6.0", - "symfony/filesystem": "^6.0" + "symfony/console": "^6.0 || ^7.0", + "symfony/filesystem": "^6.0 || ^7.0" }, "require-dev": { "captainhook/captainhook": "^5.15",