From 0a34a368d6fbe140f489cc107e594e08e3d9f225 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 5 May 2021 12:45:05 +1200 Subject: [PATCH] add 3.10 and 3.11 tests to github actions. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ab49bc..452ea4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,8 @@ jobs: - {moodle-branch: 'MOODLE_35_STABLE', php: '7.2', node: '14.15.1', database: 'mariadb'} - {moodle-branch: 'MOODLE_39_STABLE', php: '7.4', node: '14.15.1', database: 'mariadb'} - {moodle-branch: 'MOODLE_39_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'} + - {moodle-branch: 'MOODLE_310_STABLE', php: '7.4', node: '14.15.1', database: 'mariadb'} + - {moodle-branch: 'MOODLE_311_STABLE', php: '7.4', node: '14.15.1', database: 'pgsql'} steps: - name: Check out repository code @@ -131,4 +133,4 @@ jobs: # - name: Run behat # if: ${{ always() }} -# run: moodle-plugin-ci behat --profile chrome \ No newline at end of file +# run: moodle-plugin-ci behat --profile chrome