Skip to content

Commit

Permalink
PHP8.0ももうすぐセキュリティサポート終わる。
Browse files Browse the repository at this point in the history
phpunitの依存が8.1以上で、8.0に合わせるの面倒なので8.1以上サポートとする
  • Loading branch information
kento-oka committed Nov 5, 2023
1 parent ec49a12 commit 9f5e5b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2" ]
php: [ "8.1", "8.2" ]
os: [ ubuntu-latest, windows-latest ]

steps:
Expand All @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2" ]
php: [ "8.1", "8.2" ]
os: [ ubuntu-latest, windows-latest ]

steps:
Expand All @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.0", "8.1", "8.2" ]
php: [ "8.1", "8.2" ]
os: [ ubuntu-latest, windows-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php": "^8.0"
"php": "^8.1"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 9f5e5b0

Please sign in to comment.