From 846381b5016004e86ad7bee14d27fb43f9339521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 30 Aug 2023 10:48:46 -0300 Subject: [PATCH] Test with PHP 8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHP 8.3 is not experimental anymore. Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55ee3879a6..6e9ec9d415 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] + php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] experimental: [false] os: [ubuntu-latest] phpunit-options: ['--testsuite unit']