Skip to content
Snippets Groups Projects
Commit 1cca9a74 authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

CI: Test against MOODLE_401_STABLE instead of master

parent 91baa6d5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.0']
moodle-branch: ['master'] # To be replaced with MOODLE_401_STABLE.
moodle-branch: ['MOODLE_401_STABLE']
database: ['pgsql']
steps:
......@@ -108,7 +108,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.0']
moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'master'] # To be replaced with MOODLE_401_STABLE.
moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE']
database: ['mariadb', 'pgsql']
include:
- php: '7.4'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment