We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797f6fc commit f3ff8a0Copy full SHA for f3ff8a0
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Add back selected datapack
89
if: matrix.datapack != ''
90
- run: composer require --dev --no-update "${{ matrix.datapack }}:dev-master";
+ run: composer require --dev --no-update "${{ matrix.datapack }}:^1.0";
91
92
- name: Remove PHP-CS-Fixer if not called
93
if: matrix.php-version != '8.0' || matrix.dependencies != 'highest'
0 commit comments