Skip to content

Commit bd0dca1

Browse files
committed
update moodle used in test
1 parent 40ed6f6 commit bd0dca1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
php: ['7.4', '8.0', '8.1']
35-
moodle-branch: ['MOODLE_401_STABLE']
34+
php: ['8.1', '8.4']
35+
moodle-branch: ['MOODLE_405_STABLE']
3636
database: [pgsql, mariadb]
3737

3838
steps:

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ validate:
7474
stage: test
7575
# image: moodlehq/moodle-php-apache:7
7676
image: moodlehq/moodle-php-apache:8.1
77-
# variables:
78-
# MOODLE_BRANCH: 'MOODLE_310_STABLE'
7977
script:
8078
- composer install
8179
# - validate-version # TODO complains about CHANGELOG.md, even if it exist double check

0 commit comments

Comments
 (0)