From c03af5e03948234dd365e5cbfdc7177d64961067 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Fri, 1 Nov 2024 12:54:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20test=20on=20PHP=208.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index df7eea1..a0a08b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,8 +38,10 @@ jobs: php: '8.1' - description: '8.2' php: '8.2' - - description: 'latest' + - description: '8.3' php: '8.3' + - description: 'latest' + php: '8.4' name: PHP ${{ matrix.php }} tests steps: - name: Checkout @@ -57,7 +59,7 @@ jobs: - run: bin/phpunit --coverage-clover=clover.xml - name: Code Climate Test Reporter uses: aktions/codeclimate-test-reporter@v1 - if: ${{ github.event_name != 'pull_request' && matrix.php == '8.3' }} + if: ${{ github.event_name != 'pull_request' && matrix.php == '8.4' }} with: codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }} command: after-build --coverage-input-type clover