Skip to content

Commit

Permalink
nowarm 8.2 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed May 17, 2024
1 parent ce31b53 commit 21bd81a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
moodle-branch: ['main']
php: ['8.1']
php: ['8.2', '8.3']
database: ['mysqli']

steps:
Expand Down Expand Up @@ -42,10 +42,6 @@ jobs:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}

- name: phpunit warm
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpunit --testdox --coverage-text

- name: autoload
working-directory: moodle
run: |
Expand All @@ -56,5 +52,5 @@ jobs:
- name: infection
if: ${{ !cancelled() }}
run: infection -s --configuration=availability/condition/language/.infection.json5
run: infection -s --only-covered --configuration=availability/condition/language/.infection.json5
working-directory: moodle

0 comments on commit 21bd81a

Please sign in to comment.