Skip to content

Commit 9112917

Browse files
committed
Merge branch 'main' into feature/codeception-4
2 parents 98f9084 + 06bff70 commit 9112917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
php-version:
1616
- "8.1"
1717
- "8.2"
18+
- "8.3"
1819
dependencies:
1920
- "highest"
2021
- "lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "~8.1.0 || ~8.2.0",
24+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2525
"ext-json": "*",
2626
"codeception/codeception": "^4.0",
2727
"guzzlehttp/guzzle": "^6.1 || ^7.0"

0 commit comments

Comments
 (0)