diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index 70415478..da4efd0f 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -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"