From eef0263bbaec86d30801d3551ac83f4e1015d4c3 Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Thu, 10 Aug 2023 08:11:26 +0200 Subject: [PATCH] PHP 8.3 support (#610) * added PHP 8.3 to test pipeline * Update Encoding.php * Update EncodingTest.php --- .github/workflows/continuous-integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4a5fd57f..1cabf3c4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,6 +23,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: "Checkout" @@ -153,6 +154,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: "Checkout" @@ -207,7 +209,7 @@ jobs: strategy: fail-fast: true matrix: - php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout