Skip to content

Commit 53f1b7a

Browse files
committed
Lower PHP requirement to ^8.0, update CI matrix
1 parent 7938a88 commit 53f1b7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: ['8.3', '8.4', '8.5']
15+
php: ['8.0', '8.3', '8.5']
1616

1717
name: PHP ${{ matrix.php }}
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.3",
25+
"php": "^8.0",
2626
"ext-dom": "*"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)