From 4a8f622fea7abe8209fdf77d1c468cb59c49514d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 21 Aug 2023 08:47:30 +1000 Subject: [PATCH] Add PHP 8.3 to test suite --- .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 774421fe8a7e..78a106db5c84 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-20.04', 'ubuntu-22.04'] - php-versions: ['8.1','8.2'] + php-versions: ['8.1','8.2', '8.3'] phpunit-versions: ['latest'] ci_node_total: [ 8 ] ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]