Skip to content

Commit

Permalink
PHP 8.2 compatibility (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov committed Feb 1, 2023
1 parent 35962a3 commit 329882e
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 484 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 7.3, 7.4, 8.0 ]
php: [ 8.0, 8.1, 8.2 ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [composer]
strategy:
matrix:
php: [ 7.3, 7.4, 8.0 ]
php: [ 8.0, 8.1, 8.2 ]

steps:
- uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",

"require": {
"php": ">=7.3",
"php": ">=8.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
Expand Down
Loading

0 comments on commit 329882e

Please sign in to comment.