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 40ed6f6 commit bd0dca1Copy full SHA for bd0dca1
.github/workflows/moodle-ci.yml
@@ -31,8 +31,8 @@ jobs:
31
strategy:
32
fail-fast: false
33
matrix:
34
- php: ['7.4', '8.0', '8.1']
35
- moodle-branch: ['MOODLE_401_STABLE']
+ php: ['8.1', '8.4']
+ moodle-branch: ['MOODLE_405_STABLE']
36
database: [pgsql, mariadb]
37
38
steps:
.gitlab-ci.yml
@@ -74,8 +74,6 @@ validate:
74
stage: test
75
# image: moodlehq/moodle-php-apache:7
76
image: moodlehq/moodle-php-apache:8.1
77
- # variables:
78
- # MOODLE_BRANCH: 'MOODLE_310_STABLE'
79
script:
80
- composer install
81
# - validate-version # TODO complains about CHANGELOG.md, even if it exist double check
0 commit comments