Skip to content

Commit

Permalink
Fix infection version
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jan 29, 2025
1 parent f9bf0d6 commit d033719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz

# Install infection/infection for mutation testing
RUN pecl install xdebug-3.0.1 && docker-php-ext-enable xdebug
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection:^0.27
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection:0.26.7

# Install Deptrac
RUN mkdir -p /tools/deptrac && \
Expand Down
2 changes: 1 addition & 1 deletion images/8.0/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz

# Install infection/infection for mutation testing
RUN pecl install xdebug-3.0.1 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection:^0.27
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection:0.26.7

# Install Deptrac
RUN mkdir -p /tools/deptrac && \
Expand Down

0 comments on commit d033719

Please sign in to comment.