We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb7a0 commit 4f46997Copy full SHA for 4f46997
1 file changed
.github/workflows/phpunit.yml
@@ -37,7 +37,7 @@ jobs:
37
if: "!contains(github.event.head_commit.message, '[ci skip]')"
38
strategy:
39
matrix:
40
- php-versions: ['8.1', '8.2']
+ php-versions: ['8.1', '8.2', '8.3']
41
42
steps:
43
- name: Checkout
@@ -91,7 +91,7 @@ jobs:
91
coveralls:
92
needs: [main]
93
name: Coveralls Finished
94
- if: github.repository_owner == 'michalsn'
+ if: github.repository_owner == 'codeigniter4'
95
runs-on: ubuntu-latest
96
97
- name: Upload Coveralls results
0 commit comments