We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35739c9 + 3cc3efa commit f2ce08cCopy full SHA for f2ce08c
.github/workflows/moodle-ci.yml
@@ -8,7 +8,7 @@ jobs:
8
9
services:
10
postgres:
11
- image: postgres:13
+ image: postgres:14
12
env:
13
POSTGRES_USER: 'postgres'
14
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -30,8 +30,8 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- php: ['8.1', '8.3']
34
- moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE']
+ php: ['7.4', '8.0', '8.1']
+ moodle-branch: ['MOODLE_401_STABLE']
35
database: [pgsql, mariadb]
36
37
steps:
@@ -106,7 +106,7 @@ jobs:
106
- name: Behat features
107
id: behat
108
if: ${{ !cancelled() }}
109
- run: moodle-plugin-ci behat --profile chrome
+ run: moodle-plugin-ci behat --profile chrome --scss-deprecations
110
111
- name: Upload Behat Faildump
112
if: ${{ failure() && steps.behat.outcome == 'failure' }}
0 commit comments