Skip to content

Commit 427b564

Browse files
authored
chore: php 8.2 for repo compliance (googleapis#9271)
* chore: php 8.2 for repo compliance * run repo-split on PHP 8.2
1 parent 03beb83 commit 427b564

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: "Install PHP"
123123
uses: shivammathur/setup-php@v2
124124
with:
125-
php-version: "8.1"
125+
php-version: "8.2"
126126
- name: "Install dependencies"
127127
run: composer install -d dev
128128
- name: "Check repo compliance"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup PHP
4949
uses: shivammathur/setup-php@v2
5050
with:
51-
php-version: '8.1'
51+
php-version: '8.2'
5252
ini-values: memory_limit=2048M
5353
- name: Install Dependencies
5454
uses: nick-fields/retry@v4

0 commit comments

Comments
 (0)