Skip to content

Commit f2ce08c

Browse files
authored
Merge pull request #22 from exelearning/cherrypick-latest-github-ci
Sync CI pipeline with moodlehq/moodle-plugin-ci
2 parents 35739c9 + 3cc3efa commit f2ce08c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/moodle-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
services:
1010
postgres:
11-
image: postgres:13
11+
image: postgres:14
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: ['8.1', '8.3']
34-
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE']
33+
php: ['7.4', '8.0', '8.1']
34+
moodle-branch: ['MOODLE_401_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
109+
run: moodle-plugin-ci behat --profile chrome --scss-deprecations
110110

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

0 commit comments

Comments
 (0)