Skip to content

Commit 63d9596

Browse files
committed
PHP 8.1 support
1 parent b178362 commit 63d9596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.0]
11+
php: [8.1, 8.0]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^8.0",
15+
"php": ">=8.0 <8.2",
1616
"guzzlehttp/guzzle": "^7.3",
1717
"spatie/guzzle-rate-limiter-middleware": "^2.0"
1818
},

0 commit comments

Comments
 (0)