Skip to content

Commit

Permalink
Update infection.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky authored Mar 1, 2024
1 parent c7768aa commit c2e20d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ on:
jobs:
mutation_testing:
name: "5️⃣ Mutation Testing"
needs:
- "byte_level"
- "syntax_errors"
runs-on: "ubuntu-latest"
steps:
- name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
php-version: "8.3"
extensions: "ctype, curl, dom, json, libxml, mbstring, openssl, phar, simplexml, sodium, tokenizer, xml, xmlwriter, zlib"
coverage: "xdebug"

Expand Down

0 comments on commit c2e20d2

Please sign in to comment.