Skip to content

Commit 329882e

Browse files
authored
PHP 8.2 compatibility (#412)
1 parent 35962a3 commit 329882e

File tree

5 files changed

+123
-484
lines changed

5 files changed

+123
-484
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: [ 7.3, 7.4, 8.0 ]
10+
php: [ 8.0, 8.1, 8.2 ]
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
3737
needs: [composer]
3838
strategy:
3939
matrix:
40-
php: [ 7.3, 7.4, 8.0 ]
40+
php: [ 8.0, 8.1, 8.2 ]
4141

4242
steps:
4343
- uses: actions/download-artifact@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55

66
"require": {
7-
"php": ">=7.3",
7+
"php": ">=8.0",
88
"ext-dom": "*",
99
"ext-libxml": "*",
1010
"ext-mbstring": "*",

0 commit comments

Comments
 (0)