Skip to content

Commit

Permalink
add experimental support for moodle 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Nov 27, 2023
1 parent a1d4fbc commit 8f40e0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
php: ['8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE']
database: [pgsql, mariadb]
experimental: [false]
include:
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: mariadb
experimental: true

continue-on-error: ${{ matrix.experimental }}

steps:
- name: Check out repository code
Expand Down

0 comments on commit 8f40e0a

Please sign in to comment.