From 16c1dd8b67ba694304e129ce5f45064261a15f8a Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Fri, 31 May 2024 09:10:35 +0200 Subject: [PATCH] ci: 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 c095457..dcdb57b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1', '8.2' ] + php: [ '8.1', '8.2', '8.3' ] stability: [ prefer-lowest, prefer-stable ] name: P${{ matrix.php }} - ${{ matrix.stability }}