Skip to content

Commit b42e2b8

Browse files
authored
Revert "Sync CI pipeline with moodlehq/moodle-plugin-ci"
1 parent f2ce08c commit b42e2b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
postgres:
11-
image: postgres:14
11+
image: postgres:13
1212
env:
1313
POSTGRES_USER: 'postgres'
1414
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -30,8 +30,8 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
php: ['7.4', '8.0', '8.1']
34-
moodle-branch: ['MOODLE_401_STABLE']
33+
php: ['8.1', '8.3']
34+
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE']
3535
database: [pgsql, mariadb]
3636

3737
steps:
@@ -106,7 +106,7 @@ jobs:
106106
- name: Behat features
107107
id: behat
108108
if: ${{ !cancelled() }}
109-
run: moodle-plugin-ci behat --profile chrome --scss-deprecations
109+
run: moodle-plugin-ci behat --profile chrome
110110

111111
- name: Upload Behat Faildump
112112
if: ${{ failure() && steps.behat.outcome == 'failure' }}

0 commit comments

Comments
 (0)