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 1a69121 commit 89ad420Copy full SHA for 89ad420
.github/workflows/reusable-CI-workflow.yml
@@ -23,13 +23,13 @@ jobs:
23
steps:
24
- name: Fetch supported versions file
25
id: fetch-file
26
- uses: yoanm/gha-supported-versions-parser/github-downloader@feature/init
+ uses: yoanm/gha-supported-versions-parser/github-downloader@v1
27
with:
28
file-path: .github/workflows/supported-versions.json
29
30
- name: Fetch PHP supported versions
31
id: fetch-php-versions
32
- uses: yoanm/gha-supported-versions-parser@feature/init
+ uses: yoanm/gha-supported-versions-parser@v1
33
34
path: ${{ steps.fetch-file.outputs.path }}
35
dependency: php
0 commit comments