Skip to content

Commit f098458

Browse files
committed
test library switcher
1 parent 9fa1cf1 commit f098458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Switch library dependency (develop)
6060
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"
6262

6363
- name: Switch library dependency (1.2)
6464
if: github.head_ref == '1.2' || github.ref == 'refs/heads/1.2' || github.base_ref == '1.2'
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Switch library dependency (develop)
137137
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"
139139

140140
- name: Switch library dependency (1.0)
141141
if: github.head_ref == '1.0' || github.ref == 'refs/heads/1.0' || github.base_ref == '1.0'

0 commit comments

Comments
 (0)