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 a6a0363 commit fd8c62dCopy full SHA for fd8c62d
1 file changed
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
run: ./scripts/build-dockerfile.sh ${{ matrix.stack.name }}
89
90
- name: Resolve PHP version
91
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
92
with:
93
script: |
94
const minor = '${{ matrix.series.php }}';
0 commit comments