From 951f608c25f54fb4ab12534cb486c1e818ff04e8 Mon Sep 17 00:00:00 2001 From: Lucas Hedding Date: Fri, 15 Dec 2023 09:38:24 -0600 Subject: [PATCH] Add php 8.3 testing Signed-off-by: Lucas Hedding --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 774421fe8a7e..ead7a9d63464 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] @@ -130,4 +130,4 @@ jobs: DB_PORT: ${{ job.services.mysql.ports[3306] }} PHP_CS_FIXER_IGNORE_ENV: true CI_NODE_TOTAL: ${{ matrix.ci_node_total }} - CI_NODE_INDEX: ${{ matrix.ci_node_index }} \ No newline at end of file + CI_NODE_INDEX: ${{ matrix.ci_node_index }}