Skip to content

Commit

Permalink
Drop support for PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jul 28, 2022
1 parent 8851d52 commit 52288ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
phpunit-filename: [phpunit]
grpc-version: [grpc]
include:
- platform: ubuntu-latest
php: "5.5"
phpunit-filename: phpunit-php5
grpc-version: grpc-1.33.1
- platform: ubuntu-latest
php: "5.6"
phpunit-filename: phpunit-php5
Expand Down
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"php": ">=5.5",
"php": ">=5.6",
"rize/uri-template": "~0.3",
"google/auth": "^1.18",
"guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=5.6",
"rize/uri-template": "~0.3",
"guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
"guzzlehttp/psr7": "^1.7|^2.0",
Expand Down Expand Up @@ -619,4 +619,4 @@
]
}
}
}
}

0 comments on commit 52288ec

Please sign in to comment.