Skip to content

Commit

Permalink
php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 27, 2025
1 parent 00269c1 commit 8500ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
php-versions: [ '8.2', '8.3', '8.4' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"homepage": "https://github.com/asika32764/php-autolink",
"minimum-stability": "beta",
"require": {
"php": ">=8.0"
"php": ">=8.2"
},
"require-dev": {
"windwalker/test": "^4.0",
"windwalker/utilities": "^4.0",
"phpunit/phpunit": "^9.0||^10.0||^11.0"
"phpunit/phpunit": "^10.0||^11.0"
},
"scripts": {
"test": "phpunit"
Expand Down

0 comments on commit 8500ff3

Please sign in to comment.