Skip to content

Commit 8be6b95

Browse files
committed
require at least PHP 8.1
1 parent c947a44 commit 8be6b95

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
18+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1919
dependency-version: [prefer-lowest, prefer-stable]
2020

2121
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require":{
16-
"php":"^8.0",
16+
"php":"^8.1",
1717
"ext-dom":"*",
1818
"ext-libxml":"*",
1919
"symfony/polyfill-mbstring": "~1.0",

0 commit comments

Comments
 (0)