Skip to content

Commit fea435a

Browse files
author
Artem Stepin
committed
update dependencies
1 parent edee6b4 commit fea435a

File tree

3 files changed

+168
-83
lines changed

3 files changed

+168
-83
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
php-versions: ['7.4', '8.0']
46+
php-versions: ['7.4', '8.1']
4747
composer-args: ['--prefer-stable', '--prefer-lowest', '']
4848
composer-command: ['install', 'update']
4949
exclude:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"require": {
36-
"php": "^7.4 || ^8.0",
36+
"php": "^7.4 || ^8.1",
3737
"ext-json": "*",
3838
"psr/http-message": "^1.0",
3939
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)