From 0c3eafdb825ec6bbb947989c1f12fe5cd11db0b2 Mon Sep 17 00:00:00 2001 From: Peter Burnett Date: Fri, 16 Feb 2024 14:37:20 +1000 Subject: [PATCH] Update CI matrix to min PHP 7.4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce1fcbd1..ad9264fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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