From fbecfc2acdc29717b17f8d960dc9d93477f74b50 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Mon, 9 Dec 2024 16:31:05 +0100 Subject: [PATCH] Update continuous-integration.yml Add PHP 8.3 and 8.4 to the CI matrix --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6077d60..4d4da05 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: - uses: actions/checkout@v3 @@ -33,4 +33,4 @@ jobs: - name: Upload code coverage data if: ${{ matrix.php-versions == '7.4' }} - run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover \ No newline at end of file + run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover