Skip to content

Commit

Permalink
test library switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Apr 16, 2024
1 parent 9fa1cf1 commit f098458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Switch library dependency (develop)
if: github.ref == 'refs/heads/develop' || github.base_ref == 'develop'
run: php ./.github/workflows/utilities/library-switcher "dev-wip-laravel-11 as 1.2"
run: php ./.github/workflows/utilities/library-switcher "dev-develop as 1.3"

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

- name: Switch library dependency (develop)
if: github.ref == 'refs/heads/develop' || github.base_ref == 'develop'
run: php ./.github/workflows/utilities/library-switcher "dev-wip-laravel-11 as 1.2"
run: php ./.github/workflows/utilities/library-switcher "dev-develop as 1.3"

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

0 comments on commit f098458

Please sign in to comment.