Skip to content

Commit c0b9937

Browse files
Updating the PHP requirement
1 parent 8628beb commit c0b9937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.0, 8.1]
12+
php: [8.1, 8.2, 8.3]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "library",
1818
"license": "MIT",
1919
"require": {
20-
"php": "^8.0.2",
20+
"php": "^8.1",
2121
"arcanedev/php-html": "^6.0",
2222
"arcanedev/support": "^9.0"
2323
},

0 commit comments

Comments
 (0)