From 087eac4c7a25fe7bb7f4734c49dddaf9f67663ae Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Fri, 24 May 2024 08:20:20 -0500 Subject: [PATCH] Update GHA test suite to run on PHP 8.3 (TODO replace with in-container tests) --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index fffa3c5..3757e9f 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -15,7 +15,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.3' tools: composer:v2, cs2pr - name: Cache PHP dependencies