Skip to content

Commit f3ff8a0

Browse files
committed
Datapack dev-master is not compatible with this old branch pt 2
1 parent 797f6fc commit f3ff8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

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

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

0 commit comments

Comments
 (0)