We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35962a3 commit 329882eCopy full SHA for 329882e
5 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php: [ 7.3, 7.4, 8.0 ]
+ php: [ 8.0, 8.1, 8.2 ]
11
12
steps:
13
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
37
needs: [composer]
38
39
40
41
42
43
- uses: actions/download-artifact@v2
composer.json
@@ -4,7 +4,7 @@
4
"type": "library",
5
6
"require": {
- "php": ">=7.3",
+ "php": ">=8.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
0 commit comments