Fix lints
This commit is contained in:
parent
4fae1f1ebf
commit
c4383f7f6d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
COMPOSER_VERSION=COMPOSER_VERSION_$VERSION
|
COMPOSER_VERSION=COMPOSER_VERSION_$VERSION
|
||||||
echo composer_version=${!COMPOSER_VERSION:-"latest-stable"}
|
echo composer_version=${!COMPOSER_VERSION:-"latest-stable"}
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$GITHUB_OUTPUT"
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v7
|
||||||
id: build_args
|
id: build_args
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
result-encoding: string
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
validate-dive-report:
|
validate-dive-report:
|
||||||
name: Run Dive
|
name: Run Dive
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue