We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7f529 commit d3c344dCopy full SHA for d3c344d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
php: ['8.1', '8.2', '8.3']
34
- moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE']
+ moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'v5.0.0-rc2']
35
database: [pgsql]
36
include:
37
# PHP 7.4, solely on Moodle 4.1.
@@ -44,11 +44,18 @@ jobs:
44
database: pgsql
45
php: 8.0
46
47
+ # PHP 8.4, with Moodle 5.0.
48
+ - moodle-branch: v5.0.0-rc2
49
+ database: pgsql
50
+ php: 8.4
51
+
52
exclude:
53
- moodle-branch: MOODLE_401_STABLE
54
php: 8.2
55
56
php: 8.3
57
58
+ php: 8.1
59
60
steps:
61
- name: Check out repository code
0 commit comments