Skip to content

Commit

Permalink
Merge pull request #1014 from abraham/php-8-1
Browse files Browse the repository at this point in the history
Add php 8.1 support
  • Loading branch information
abraham committed Nov 25, 2021
2 parents 91aae97 + fbcd9c2 commit 71a716d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['7.4', '8.0', '8.1']
name: PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.4 || ^8.0 || ^8.1",
"ext-curl": "*",
"composer/ca-bundle": "^1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71a716d

Please sign in to comment.