Skip to content

Commit

Permalink
chore: drop PHP 7.4 and add 8.3 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Apr 3, 2024
1 parent fc457d1 commit 2a80dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 7.4, "8.0", 8.1, 8.2 ]
php: [ "8.0", "8.1", "8.2", "8.3" ]
name: "PHP ${{ matrix.php }} Unit Test"
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "gRPC GCP library for channel management",
"license": "Apache-2.0",
"require": {
"php": "^7.4||^8.0",
"php": "^8.0",
"google/protobuf": "^v3.25.3||^4.26.1",
"grpc/grpc": "^v1.13.0",
"google/auth": "^1.3",
Expand Down

0 comments on commit 2a80dbf

Please sign in to comment.