We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9848673 commit ed3d420Copy full SHA for ed3d420
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Run google-cloud-php tests
11
if: github.event.pull_request.user.login == 'release-please[bot]'
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- name: Clone googleapis/google-cloud-php
15
uses: actions/checkout@master
16
with:
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
composerflags: "--prefer-lowest"
27
name: "PHP ${{ matrix.php }} Unit Test ${{ matrix.extensions }}${{ matrix.composerflags }}"
28
29
30
- name: Setup PHP
31
uses: shivammathur/setup-php@v2
32
0 commit comments