From 6bd5cf07d591f96d40585d35d34734d0addbf868 Mon Sep 17 00:00:00 2001 From: Daniel Burger <48986191+danielburger1337@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:18:10 +0100 Subject: [PATCH] Run unit tests against PHP 8.4 --- .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 d9c80a2..63a6f25 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ["8.2", "8.3"] + php-versions: ["8.2", "8.3", "8.4"] name: PHPUnit with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}