diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 77c374f..b98c717 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -8,7 +8,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust' @@ -30,8 +30,8 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.1', '8.3'] - moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE'] + php: ['7.4', '8.0', '8.1'] + moodle-branch: ['MOODLE_401_STABLE'] database: [pgsql, mariadb] steps: @@ -106,7 +106,7 @@ jobs: - name: Behat features id: behat if: ${{ !cancelled() }} - run: moodle-plugin-ci behat --profile chrome + run: moodle-plugin-ci behat --profile chrome --scss-deprecations - name: Upload Behat Faildump if: ${{ failure() && steps.behat.outcome == 'failure' }}