From af28a0607bc8c87cfb58ffc3f4741eb86cf96abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Thu, 23 Nov 2023 18:28:14 +0000 Subject: [PATCH] QA: Update GHA workflow to run tests on PHP 8.3 (#196) --- .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 a43689f..c52f017 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,7 +10,7 @@ jobs: max-parallel: 15 matrix: dependencies: ['lowest', 'latest'] - php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php-versions }}, ${{ matrix.dependencies }} dependencies steps: - name: Checkout