Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -30,8 +30,8 @@ jobs:
fail-fast: false
matrix:
include:
- { php: '8.2', moodle-branch: MOODLE_404_STABLE, database: mariadb }
- { php: '8.3', moodle-branch: MOODLE_405_STABLE, database: pgsql }
- { php: '8.2', moodle-branch: MOODLE_500_STABLE, database: mariadb }
- { php: '8.3', moodle-branch: main, database: pgsql }

steps:
- name: Check out repository code
Expand Down
3 changes: 3 additions & 0 deletions amd/build/modal_embedquestion_question_bank.min.js

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

1 change: 1 addition & 0 deletions amd/build/modal_embedquestion_question_bank.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/questionid_choice_updater.min.js

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

Loading
Loading