File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,25 @@ jobs:
24
24
symfony-max : ${{ steps.fetch-symfony-versions.outputs.max }}
25
25
symfony-next : ${{ steps.fetch-symfony-versions.outputs.next }}
26
26
steps :
27
+ - name : Fetch supported versions file
28
+ id : fetch-file
29
+ uses : yoanm/gha-supported-versions-parser/github-downloader@v1
30
+ with :
31
+ file-path : .github/workflows/supported-versions.json
32
+
27
33
- name : Fetch PHP supported versions
28
34
id : fetch-php-versions
29
- uses : yoanm/gha-supported-versions-parser@feature/init
35
+ uses : yoanm/gha-supported-versions-parser@v1
30
36
with :
37
+ path : ${{ steps.fetch-file.outputs.path }}
31
38
dependency : php
32
- path : .github/workflows/supported-versions.json
33
39
34
40
- name : Fetch Symfony supported versions
35
41
id : fetch-symfony-versions
36
- uses : yoanm/gha-supported-versions-parser@feature/init
42
+ uses : yoanm/gha-supported-versions-parser@v1
37
43
with :
44
+ path : ${{ steps.fetch-file.outputs.path }}
38
45
dependency : symfony
39
- path : .github/workflows/supported-versions.json
40
46
41
47
tests :
42
48
name : ${{ matrix.job-name }}
You can’t perform that action at this time.
0 commit comments