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 8628beb commit c0b9937Copy full SHA for c0b9937
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [8.0, 8.1]
+ php: [8.1, 8.2, 8.3]
13
dependency-version: [prefer-lowest, prefer-stable]
14
15
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}
composer.json
@@ -17,7 +17,7 @@
17
"type": "library",
18
"license": "MIT",
19
"require": {
20
- "php": "^8.0.2",
+ "php": "^8.1",
21
"arcanedev/php-html": "^6.0",
22
"arcanedev/support": "^9.0"
23
},
0 commit comments