From 7e6a047bc8ba4239b3c27c0b85cfb77e272ab323 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 23 Feb 2024 16:10:04 +0000 Subject: [PATCH] Remove PHP 8.2 Added 8.4 as well for testing purposes --- .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 433e1a15..e0b510e1 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-versions: ['8.2', '8.3'] + php-versions: ['8.3', '8.4'] phpunit-versions: ['latest'] services: