Skip to content

Commit

Permalink
Enable coverage-phpdbg to verify that it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 6, 2024
1 parent d6aead3 commit 921a431
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.3'
moodle-branch: 'main'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
- php: '8.2'
moodle-branch: 'MOODLE_402_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_401_STABLE'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
- php: '8.0'
moodle-branch: 'MOODLE_311_STABLE'
- php: '7.4'
moodle-branch: 'MOODLE_39_STABLE'

Expand Down Expand Up @@ -140,12 +128,13 @@ jobs:
moodle-plugin-ci mustache
moodle-plugin-ci grunt || [[ "$MOODLE_BRANCH" =~ MOODLE_3[0-9]+_STABLE ]] # Fixtures only compatible with Moodle >= 4.0
moodle-plugin-ci phpdoc
moodle-plugin-ci phpunit --verbose --coverage-text --fail-on-warning
moodle-plugin-ci phpunit --verbose --coverage-text --coverage-phpdbg --fail-on-warning
moodle-plugin-ci behat --profile default
moodle-plugin-ci behat --profile chrome
moodle-plugin-ci behat --profile firefox --tags="@local_ci&&~@app"
buildphar:
if: false
name: Build moodle-plugin-ci.phar
needs: selftest
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 921a431

Please sign in to comment.