From 8a8fe83ab5e05e3a1658cc224ce1e1488d36e4f4 Mon Sep 17 00:00:00 2001 From: Andrej Rypo Date: Tue, 16 Jul 2024 07:36:46 +0200 Subject: [PATCH] test php 8.4 --- .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 24414a0..637e704 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -22,6 +22,7 @@ jobs: - php: '8.1' - php: '8.2' - php: '8.3' + - php: '8.4' # Steps represent a sequence of tasks that will be executed as part of the job name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}" steps: