Skip to content

Commit

Permalink
Add Moodle 4.4 to the CI test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jun 6, 2024
1 parent d4f864a commit 12c46b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
fail-fast: false
matrix:
php: ['8.0', '8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: [pgsql, mariadb]
exclude:
- php: '8.0'
moodle-branch: 'MOODLE_404_STABLE'

steps:
- name: Check out repository code
Expand Down Expand Up @@ -109,7 +112,7 @@ jobs:

- name: Behat features
if: ${{ !cancelled() }}
run: moodle-plugin-ci behat --profile chrome
run: moodle-plugin-ci behat --profile chrome -- local_aspiredu

- name: Mark cancelled jobs as failed.
if: ${{ cancelled() }}
Expand Down

0 comments on commit 12c46b2

Please sign in to comment.