ci: test Moodle 5.0 and 5.1
Moodle Plugin CI / Test (Moodle 5.2.2, PHP 8.4, mysql) (push) Successful in 3m1s
Moodle Plugin CI / Test (Moodle 4.5.13, PHP 8.1.34, postgresql) (push) Successful in 2m56s
Moodle Plugin CI / Test (Moodle 5.0.9, PHP 8.2.33, postgresql) (push) Successful in 3m9s
Moodle Plugin CI / Test (Moodle 5.1.6, PHP 8.2.33, postgresql) (push) Successful in 3m2s
Moodle Plugin CI / Test (Moodle 5.2.2, PHP 8.4, postgresql) (push) Successful in 3m31s

This commit is contained in:
2026-08-24 01:36:57 +04:00
parent 367fa38f44
commit 81a95462a2
3 changed files with 86 additions and 2 deletions
+14
View File
@@ -40,6 +40,20 @@ jobs:
database: postgresql
profile: --profile moodle45
service: ci-moodle45
- moodle: "5.0.9"
moodle_id: moodle50
php: "8.2.33"
php_image: moodlehq/moodle-php-apache:8.2@sha256:3dae569f65e4ba1d2a413ea261d1dca72643bfa08a1e28a3d104a4024c4f040c
database: postgresql
profile: --profile moodle50
service: ci-moodle50
- moodle: "5.1.6"
moodle_id: moodle51
php: "8.2.33"
php_image: moodlehq/moodle-php-apache:8.2@sha256:3dae569f65e4ba1d2a413ea261d1dca72643bfa08a1e28a3d104a4024c4f040c
database: postgresql
profile: --profile moodle51
service: ci-moodle51
env:
COMPOSE_PROJECT_NAME: local_webhooks_${{ gitea.run_id }}_${{ gitea.run_attempt }}_${{ matrix.moodle_id }}_${{ matrix.database }}
steps: