Skip to content

Commit

Permalink
Datapack dev-master is not compatible with this old branch pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 29, 2022
1 parent 797f6fc commit f3ff8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Add back selected datapack
if: matrix.datapack != ''
run: composer require --dev --no-update "${{ matrix.datapack }}:dev-master";
run: composer require --dev --no-update "${{ matrix.datapack }}:^1.0";

- name: Remove PHP-CS-Fixer if not called
if: matrix.php-version != '8.0' || matrix.dependencies != 'highest'
Expand Down

0 comments on commit f3ff8a0

Please sign in to comment.