Skip to content

Commit

Permalink
Exclude master + PHP 8.0 from the CI unit test matrix
Browse files Browse the repository at this point in the history
master, as of today, no longer supports PHP 8.0 and requires 8.1
minimum.
  • Loading branch information
iarenaza committed Jan 31, 2024
1 parent a849d1a commit 98b2317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
# It seems Moodle 4.0 doesn't fully support PHP 8.1, so exclude this combination.
- moodle-branch: 'MOODLE_400_STABLE'
php: '8.1'
# master no longer support 8.0, so exclude this combination.
- moodle-branch: 'master'
php: '8.0'

steps:
- name: Checkout
Expand Down

0 comments on commit 98b2317

Please sign in to comment.