Skip to content

Commit

Permalink
Added support for PHP 8.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeshjangam authored Jun 15, 2023
1 parent 9f63b9e commit 69d99f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
{ os: ubuntu-latest, php: 7.3 },
{ os: ubuntu-latest, php: 7.4 },
{ os: ubuntu-latest, php: 8.0 },
{ os: ubuntu-latest, php: 8.1 },
]
runs-on: ${{ matrix.os-php-versions.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.2|^8.0|^8.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down

0 comments on commit 69d99f4

Please sign in to comment.