From 9f139576f0f960205176c4cbc10f99963fb8b3e0 Mon Sep 17 00:00:00 2001 From: Andrej Rypo Date: Wed, 29 Nov 2023 09:35:53 +0100 Subject: [PATCH] Tet PHP 8.3 --- .github/workflows/php-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index f05c814..7d888b8 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -21,6 +21,7 @@ jobs: - php: '8.0' - php: '8.1' - php: '8.2' + - php: '8.3' # Steps represent a sequence of tasks that will be executed as part of the job name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}" steps: