Skip to content

Commit 5cc3e14

Browse files
authored
chore: drop php 8.0 (#620)
1 parent d7a0a21 commit 5cc3e14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
13+
php: [ "8.1", "8.2", "8.3", "8.4" ]
1414
os: [ ubuntu-latest ]
1515
include:
1616
- os: windows-latest
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
php-version: "8.0"
43+
php-version: "8.1"
4444
- name: Install Dependencies
4545
uses: nick-invision/retry@v3
4646
with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs": "https://cloud.google.com/php/docs/reference/auth/latest"
1010
},
1111
"require": {
12-
"php": "^8.0",
12+
"php": "^8.1",
1313
"firebase/php-jwt": "^6.0",
1414
"guzzlehttp/guzzle": "^7.4.5",
1515
"guzzlehttp/psr7": "^2.4.5",

0 commit comments

Comments
 (0)