Skip to content

Commit 6530c6b

Browse files
authored
chore: drop PHP 8.0 (#2682)
1 parent 3507706 commit 6530c6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/asset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ ubuntu-latest ]
14-
php: [ "8.0", "8.3" ]
14+
php: [ "8.1", "8.3" ]
1515

1616
name: Upload Release Assets
1717
steps:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
14+
php: [ "8.1", "8.2", "8.3", "8.4" ]
1515
composer-flags: [""]
1616
include:
17-
- php: "8.0"
17+
- php: "8.1"
1818
composer-flags: "--prefer-lowest "
1919
- php: "8.4"
2020
composer-flags: "--prefer-lowest "

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "http://developers.google.com/api-client-library/php",
77
"license": "Apache-2.0",
88
"require": {
9-
"php": "^8.0",
9+
"php": "^8.1",
1010
"google/auth": "^1.37",
1111
"google/apiclient-services": "~0.350",
1212
"firebase/php-jwt": "^6.0",

0 commit comments

Comments
 (0)