Skip to content

Commit

Permalink
Update php requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed May 8, 2024
1 parent 72d1dd0 commit 7c4484a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
include:
- php: '7.1'
- php: '7.2'
- php: '7.3'
- php: '7.4'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"php": ">=7.1.0",
"php": ">=7.2.5",
"ext-curl": "*",
"chobie/jira-api-restclient": "2.0.*@dev",
"knplabs/github-api": "^1.4",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c4484a

Please sign in to comment.