Skip to content

Commit

Permalink
feat: min php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kochen committed Dec 8, 2023
1 parent 86ec0c5 commit 2feef9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4]
php: [8.0, 8.1, 8.2, 8.3]
coverage: ["true"]
include:
- php: 8.0
- php: 8.3
coverage: "false" # PHPUnit 8.5.14 doesn't support code coverage under PHP 8

steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "GPL-2.0-only",
"require": {
"ext-json": "*",
"php": ">=7.2.0",
"php": ">=8.0.0",
"oat-sa/lib-lti1p3-core": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^8.5.14",
"phpunit/phpunit": "^9.6",
"php-coveralls/php-coveralls": "^2.4",
"psalm/plugin-phpunit": "^0.15.1",
"psalm/plugin-phpunit": "^0.15",
"vimeo/psalm": "^4.6"
},
"autoload": {
Expand Down

0 comments on commit 2feef9b

Please sign in to comment.