Skip to content

Commit

Permalink
Quiz answer sheets: Update to work with Moodle 4.0 #547717
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Kassaei authored and timhunt committed Apr 4, 2022
1 parent 4c2d4bc commit 80ad6fb
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 35 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ jobs:
fail-fast: false
matrix:
include:
- php: '7.5'
- php: '7.4'
moodle-branch: 'master'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
database: 'mariadb'
- php: '7.3'
moodle-branch: 'MOODLE_310_STABLE'
database: 'pgsql'
- php: '7.2'
moodle-branch: 'MOODLE_39_STABLE'
database: 'mariadb'

services:
postgres:
Expand Down Expand Up @@ -52,8 +46,6 @@ jobs:

- name: Install node
uses: actions/setup-node@v1
with:
node-version: '14.15.0'

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 0 additions & 1 deletion amd/build/create_attempt_dialog.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/create_attempt_dialog.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/print.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80ad6fb

Please sign in to comment.