From 4f46997ad6b39fd8669c3410642b1b3c84eef91f Mon Sep 17 00:00:00 2001 From: michalsn Date: Thu, 28 Dec 2023 07:40:54 +0100 Subject: [PATCH] update phpunit workflow --- .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 89829ba..3d5fdb8 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -37,7 +37,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - php-versions: ['8.1', '8.2'] + php-versions: ['8.1', '8.2', '8.3'] steps: - name: Checkout @@ -91,7 +91,7 @@ jobs: coveralls: needs: [main] name: Coveralls Finished - if: github.repository_owner == 'michalsn' + if: github.repository_owner == 'codeigniter4' runs-on: ubuntu-latest steps: - name: Upload Coveralls results