Skip to content

Commit 754d84d

Browse files
authored
chore: drop support for PHP 8.0 (#8449)
1 parent 05edf74 commit 754d84d

214 files changed

Lines changed: 214 additions & 221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest, windows-latest]
15-
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
15+
php: [ "8.1", "8.2", "8.3", "8.4" ]
1616
extensions: ["grpc-1.54.0"]
1717
type: ["Unit Test"]
1818
include:
1919
- platform: "ubuntu-latest"
20-
php: "8.0"
20+
php: "8.1"
2121
extensions: "protobuf,grpc-1.54.0"
2222
type: "Unit Test + protobuf extension"
2323
name: PHP ${{ matrix.php }} ${{ matrix.type }} (${{ matrix.platform }})

AccessApproval/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.1",
2727
"google/gax": "^1.36.0"
2828
},
2929
"require-dev": {

AccessContextManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.1",
2727
"google/gax": "^1.36.0"
2828
},
2929
"require-dev": {

AdsAdManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.1",
2121
"google/gax": "^1.36.0"
2222
},
2323
"require-dev": {

AdsMarketingPlatformAdmin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.1",
2121
"google/gax": "^1.36.0"
2222
},
2323
"require-dev": {

AdvisoryNotifications/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.1",
2121
"google/gax": "^1.36.0"
2222
},
2323
"require-dev": {

AiPlatform/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.1",
2727
"google/gax": "^1.36.0"
2828
},
2929
"require-dev": {

AlloyDb/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.1",
2121
"google/gax": "^1.36.0",
2222
"google/common-protos": "^4.4"
2323
},

AnalyticsAdmin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.1",
2727
"google/gax": "^1.36.0"
2828
},
2929
"require-dev": {

AnalyticsData/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^8.0",
26+
"php": "^8.1",
2727
"google/gax": "^1.36.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)