Commit f098458 1 parent 9fa1cf1 commit f098458 Copy full SHA for f098458
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Switch library dependency (develop)
60
60
if : github.ref == 'refs/heads/develop' || github.base_ref == 'develop'
61
- run : php ./.github/workflows/utilities/library-switcher "dev-wip-laravel-11 as 1.2 "
61
+ run : php ./.github/workflows/utilities/library-switcher "dev-develop as 1.3 "
62
62
63
63
- name : Switch library dependency (1.2)
64
64
if : github.head_ref == '1.2' || github.ref == 'refs/heads/1.2' || github.base_ref == '1.2'
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Switch library dependency (develop)
137
137
if : github.ref == 'refs/heads/develop' || github.base_ref == 'develop'
138
- run : php ./.github/workflows/utilities/library-switcher "dev-wip-laravel-11 as 1.2 "
138
+ run : php ./.github/workflows/utilities/library-switcher "dev-develop as 1.3 "
139
139
140
140
- name : Switch library dependency (1.0)
141
141
if : github.head_ref == '1.0' || github.ref == 'refs/heads/1.0' || github.base_ref == '1.0'
You can’t perform that action at this time.
0 commit comments