Skip to content

Commit 50967ca

Browse files
authored
Merge pull request #116 from captbaritone/issue/114-add-support-for-php-8.3
2 parents 9f69618 + 56f4725 commit 50967ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
php: ['7.4', '8.0', '8.1', '8.2']
20+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
2121
codeception: ['^4.0', '^5.0']
2222
exclude:
2323
# Codeception 5 requires PHP ≥ 8

0 commit comments

Comments
 (0)