Skip to content

Commit 4f46997

Browse files
committed
update phpunit workflow
1 parent 1ccb7a0 commit 4f46997

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: "!contains(github.event.head_commit.message, '[ci skip]')"
3838
strategy:
3939
matrix:
40-
php-versions: ['8.1', '8.2']
40+
php-versions: ['8.1', '8.2', '8.3']
4141

4242
steps:
4343
- name: Checkout
@@ -91,7 +91,7 @@ jobs:
9191
coveralls:
9292
needs: [main]
9393
name: Coveralls Finished
94-
if: github.repository_owner == 'michalsn'
94+
if: github.repository_owner == 'codeigniter4'
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Upload Coveralls results

0 commit comments

Comments
 (0)