From df1375320c4297c80565e4e332840b75e24a0c86 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Wed, 24 Jan 2024 11:26:36 +0100 Subject: [PATCH] Add testing for PHP 8.3 --- .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 d51f2329..b8c4d695 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, windows-latest ] - php: [ "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ] + php: [ "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ] name: PHP ${{ matrix.php }} - ${{ matrix.os }} runs-on: ${{ matrix.os }}