Skip to content

Commit 934bdb5

Browse files
authored
feat: php 8.1 support (#165)
1 parent 399c706 commit 934bdb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.2, 7.3, 7.4, 8.0]
12+
php: [7.2, 7.3, 7.4, 8.0, 8.1]
1313
stability: [prefer-stable]
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.2.5",
13+
"php": "^7.2.5|^8.0",
1414
"doctrine/annotations": "^1.10",
1515
"doctrine/cache": "^1.10",
1616
"guzzlehttp/guzzle": "^7.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)