Skip to content

Commit b9ad1f8

Browse files
committed
PHP 8.3
1 parent 4da703b commit b9ad1f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.2, 8.1, 8.0]
11+
php: [8.3, 8.2, 8.1, 8.0]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest]
1414

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0 <8.3",
15+
"php": ">=8.0 <8.4",
1616
"rexxars/html-validator": ">=2.2"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)