Skip to content

Commit f887553

Browse files
authored
Merge pull request #8 from TomHAnderson/feature/ci-php-versions
Added php 8.2 8.3 to ci
2 parents de5c05a + 6e7ea40 commit f887553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
php-version:
2222
- "8.0"
2323
- "8.1"
24+
- "8.2"
25+
- "8.3"
2426
dependencies:
2527
- "highest"
2628
optional-dependencies:

0 commit comments

Comments
 (0)