Skip to content

Commit

Permalink
Update mutation.yml (#143)
Browse files Browse the repository at this point in the history
* Update mutation.yml

* updated mutation.yml
  • Loading branch information
daVitekPL authored Mar 22, 2024
1 parent 61af082 commit df8dbf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
pull_request:

jobs:
php8-mysql:
php81-mysql:
runs-on: ubuntu-latest
container:
image: escolalms/php:8-work
image: escolalms/php:8.1-work

services:
mysql:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Require composer infection package
run: |
composer config --no-plugins allow-plugins.infection/extension-installer true
composer require infection/infection:^0
composer require infection/infection:^0 -W
- name: Clear config
run: vendor/bin/testbench config:clear
Expand Down

0 comments on commit df8dbf1

Please sign in to comment.