Skip to content

Commit

Permalink
chore: drop support for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Apr 10, 2023
1 parent a566ae6 commit 5887864
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 3
command: composer install
command: composer require --dev sami/sami
- name: Generate Documentation
uses: docker://php:7.4-cli
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 5.5, 5.6, "7.0", 7.1, 7.2, 7.3, 7.4, "8.0", 8.1 ]
php: [ 7.4, "8.0", 8.1, 8.2 ]
extensions: [""]
tools: [""]
include:
- php: 5.6
extensions: "protobuf-3.12.2,grpc"
tools: "pecl"
- php: 7.3
- php: 7.4
extensions: "protobuf-3.12.2,grpc"
tools: "pecl"
name: "PHP ${{ matrix.php }} Unit Test ${{ matrix.extensions }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"homepage": "https://github.com/googleapis/common-protos-php",
"license": "Apache-2.0",
"require": {
"php": ">=7.4",
"google/protobuf": "^3.6.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36||^8.5",
"sami/sami": "*"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5887864

Please sign in to comment.