From b37dfe63e9e4f26e4e2780c57f6660e7f5458218 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 3 Sep 2024 08:21:18 +1000 Subject: [PATCH] Add back php 8.3 into test runner --- .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 04bb33545951..2ad570a5de90 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-22.04','ubuntu-24.04'] - php-versions: ['8.2'] + php-versions: ['8.2', '8.3'] phpunit-versions: ['latest'] ci_node_total: [ 8 ] ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]