Skip to content

Commit

Permalink
using postgres 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Opitz committed Dec 19, 2024
1 parent 5b37b82 commit 0a2205f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/submissions_agree_submission_terms.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@mod @mod_coursework @_file_upload @workbench
@mod @mod_coursework @_file_upload
Feature: Students must agree to terms before submitting anything

As a manger
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/submissions_file_upload_types.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@mod @mod_coursework
@mod @mod_coursework @mod_coursework_submissions_file_upload_types
Feature: Restricting the types of files that students can upload

As a teacher
Expand Down

0 comments on commit 0a2205f

Please sign in to comment.