Skip to content

Commit 81b0abf

Browse files
committed
Allow PHP 8.3
1 parent 82bd180 commit 81b0abf

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.* | 8.2.*",
24+
"php": "8.1.* | 8.2.* | 8.3.*",
2525
"ext-json": "*",
2626
"guzzlehttp/guzzle": "^6.1 | ^7.0"
2727
},

0 commit comments

Comments
 (0)