From c8b0249b83f0a390cc5bdde4b1ee6f93faab755a Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 12 Oct 2023 09:59:10 +0100 Subject: [PATCH] ci: run tests against 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 724a5711..6caeb39c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ['8.1', '8.2'] + php: ['8.1', '8.2', '8.3'] dependency-version: [lowest, highest] name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}