From 4850946f07b985c723ae56f0209547ee9da441bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseille?= Date: Fri, 24 Nov 2023 10:43:29 +0100 Subject: [PATCH 1/3] chore(php): bump php version --- .github/workflows/github-actions.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1ea4a6e..527618e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.0', '8.1' ] + php: [ '8.1', '8.2', '8.3' ] steps: - uses: actions/checkout@v2 - name: Setup PHP with tools diff --git a/composer.json b/composer.json index 6540444..ca9cda7 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "ext-json": "*", "ext-openssl": "*", "monolog/monolog": "^1.24 || ~2.0", From 3785d029274a881bf7bd4f200b6f2930ca43b07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseille?= Date: Fri, 24 Nov 2023 10:45:20 +0100 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe378f..b563ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG master ------ -* todo... +* Bump PHP version from ^8.0 to ^8.1 and configure CI with 8.1, 8.2 and 8.3 v2.0.0 ------ From 4fbf9c69eb0474e42c9492c8aab04e0567862883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseille?= Date: Fri, 24 Nov 2023 10:54:21 +0100 Subject: [PATCH 3/3] fix --- .github/workflows/github-actions.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 527618e..cadcbca 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ '8.1', '8.2', '8.3' ] + php: [ '8.1', '8.2' ] steps: - uses: actions/checkout@v2 - name: Setup PHP with tools diff --git a/CHANGELOG.md b/CHANGELOG.md index b563ae1..e78e2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG master ------ -* Bump PHP version from ^8.0 to ^8.1 and configure CI with 8.1, 8.2 and 8.3 +* Bump PHP version from ^8.0 to ^8.1 and configure CI with 8.1 and 8.2 v2.0.0 ------