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 8a10257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- change/jiraProjectKey
pull_request:
branches:
- master
Expand All @@ -15,7 +14,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 8a10257

Please sign in to comment.