Skip to content

Commit 0bbba14

Browse files
committed
Polish
1 parent 58e0439 commit 0bbba14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
fetch-supported-versions:
1212
name: Fetch supported versions
1313
runs-on: ubuntu-latest
14-
env:
15-
VERSIONS_FILEPATH: .github/workflows/supported-versions.json
1614
outputs:
1715
php-min: ${{ steps.fetch-php-versions.outputs.min }}
1816
php-max: ${{ steps.fetch-php-versions.outputs.max }}
@@ -23,7 +21,8 @@ jobs:
2321
uses: yoanm/gha-supported-versions-parser@feature/init
2422
with:
2523
dependency: php
26-
path: ${{ env.VERSIONS_FILEPATH }}
24+
path: .github/workflows/supported-versions.json
25+
2726
tests:
2827
name: ${{ matrix.job-name }}
2928
needs: [fetch-supported-versions]

0 commit comments

Comments
 (0)