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 58e0439 commit 0bbba14Copy full SHA for 0bbba14
.github/workflows/reusable-CI-workflow.yml
@@ -11,8 +11,6 @@ jobs:
11
fetch-supported-versions:
12
name: Fetch supported versions
13
runs-on: ubuntu-latest
14
- env:
15
- VERSIONS_FILEPATH: .github/workflows/supported-versions.json
16
outputs:
17
php-min: ${{ steps.fetch-php-versions.outputs.min }}
18
php-max: ${{ steps.fetch-php-versions.outputs.max }}
@@ -23,7 +21,8 @@ jobs:
23
21
uses: yoanm/gha-supported-versions-parser@feature/init
24
22
with:
25
dependency: php
26
- path: ${{ env.VERSIONS_FILEPATH }}
+ path: .github/workflows/supported-versions.json
+
27
tests:
28
name: ${{ matrix.job-name }}
29
needs: [fetch-supported-versions]
0 commit comments