Skip to content

Commit

Permalink
Update CI matrix to min PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterburnett committed Feb 16, 2024
1 parent b3f3125 commit 0c3eafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
# Required if you plan to publish (uncomment the below)
# moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}
with:
min_php: 7.4
codechecker_max_warnings: 0 # CI should now fail on phpcs / code checker warnings.
disable_behat: true
disable_grunt: true
Expand Down

0 comments on commit 0c3eafd

Please sign in to comment.