Skip to content

Commit

Permalink
Update the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithy1anand committed Jul 13, 2023
1 parent 490d6e1 commit 8f7a116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

services:
postgres:
image: postgres:13
image: postgres:13.0
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand Down

0 comments on commit 8f7a116

Please sign in to comment.