Skip to content

Commit e8d5f87

Browse files
committed
Require PHP 8.1 as minimum version
1 parent 3e2743b commit e8d5f87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Keys:
1616
# - experimental: Whether the build is "allowed to fail".
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
experimental: [false]
2020

2121
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"issues": "https://github.com/theseer/tokenizer/issues"
1414
},
1515
"require": {
16-
"php": "^8.0",
16+
"php": "^8.1",
1717
"ext-xmlwriter": "*",
1818
"ext-dom": "*",
1919
"ext-tokenizer": "*"

phive.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="^9.0" installed="9.6.30" location="./tools/phpunit" copy="false"/>
3+
<phar name="phpunit" version="^10.0" installed="10.5.59" location="./tools/phpunit" copy="false"/>
44
<phar name="phpab" version="^1.23.0" installed="1.29.3" location="./tools/phpab" copy="false"/>
55
<phar name="php-cs-fixer" version="^3.75.0" installed="3.91.1" location="./tools/php-cs-fixer" copy="false"/>
66
</phive>

0 commit comments

Comments
 (0)