From 94cd55e4327b1643e7f9425cae55798621c1e120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Tue, 15 Oct 2024 21:56:40 +0100 Subject: [PATCH] QA: Update GHA workflow to run tests on PHP 8.4 (#202) --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index c52f017..8357cab 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,7 +10,7 @@ jobs: max-parallel: 15 matrix: dependencies: ['lowest', 'latest'] - php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php-versions }}, ${{ matrix.dependencies }} dependencies steps: - name: Checkout