From 9817cfbcb4b58d22129f835aeb40e12ebfadfd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Wed, 28 Feb 2024 17:58:26 +0000 Subject: [PATCH] Run tests on 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 7481718b..4fb07969 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1] + php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1] stability: [prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}