Skip to content

Commit

Permalink
official support for moodle 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jan 11, 2024
1 parent ce3f764 commit 5d9b36c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
fail-fast: false
matrix:
php: ['8.1']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
database: [pgsql, mariadb]
experimental: [false]
include:
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: mariadb
experimental: true
# include:
# - php: '8.1'
# moodle-branch: 'MOODLE_403_STABLE'
# database: mariadb
# experimental: true

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

Expand Down

0 comments on commit 5d9b36c

Please sign in to comment.