Skip to content

Commit

Permalink
Merge pull request #32 from michalsn/phpunit
Browse files Browse the repository at this point in the history
chore: update phpunit workflow
  • Loading branch information
michalsn authored Dec 28, 2023
2 parents 1ccb7a0 + 4f46997 commit 746d6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 746d6e5

Please sign in to comment.