Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Mar 11, 2021
1 parent ac2b340 commit 4fe343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install the dependencies
id: composer-install
run: composer require ${{ matrix.contao }} --no-interaction
run: composer require contao/core-bundle:${{ matrix.contao }} --no-interaction
continue-on-error: ${{ matrix.experimental == true }}

- name: Run the unit tests
Expand Down

0 comments on commit 4fe343a

Please sign in to comment.