Skip to content

Commit

Permalink
Update PHP version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Sep 5, 2024
1 parent c0d3f10 commit ccdd59a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
branches: [ 1.x, 2.x ]
pull_request:
branches: [ main ]
branches: [ 1.x, 2.x ]

permissions:
contents: read
Expand All @@ -20,10 +20,6 @@ jobs:
php: "7.4"
env: 'HIGHEST_LOWEST="update --prefer-lowest"'
coverage: "none"
- os: "ubuntu-latest"
php: "8.3"
env: 'HIGHEST_LOWEST="update"'
coverage: "pcov"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"homepage": "https://github.com/vishalkhode1/version-resolver",
"require": {
"php": "^7.4 || ^8.1",
"php": "^7.4",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
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 ccdd59a

Please sign in to comment.