Skip to content

Commit 8500ff3

Browse files
committed
php 8.2
1 parent 00269c1 commit 8500ff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
9+
php-versions: [ '8.2', '8.3', '8.4' ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"homepage": "https://github.com/asika32764/php-autolink",
1717
"minimum-stability": "beta",
1818
"require": {
19-
"php": ">=8.0"
19+
"php": ">=8.2"
2020
},
2121
"require-dev": {
2222
"windwalker/test": "^4.0",
2323
"windwalker/utilities": "^4.0",
24-
"phpunit/phpunit": "^9.0||^10.0||^11.0"
24+
"phpunit/phpunit": "^10.0||^11.0"
2525
},
2626
"scripts": {
2727
"test": "phpunit"

0 commit comments

Comments
 (0)