Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71a716d

Browse files
authoredNov 25, 2021
Merge pull request #1014 from abraham/php-8-1
Add php 8.1 support
2 parents 91aae97 + fbcd9c2 commit 71a716d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php-versions: ['7.4', '8.0']
9+
php-versions: ['7.4', '8.0', '8.1']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
1212
- uses: actions/checkout@v2

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
],
3838
"require": {
39-
"php": "^7.4 || ^8.0",
39+
"php": "^7.4 || ^8.0 || ^8.1",
4040
"ext-curl": "*",
4141
"composer/ca-bundle": "^1.2"
4242
},

‎composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)