geeksforsocialchange / imok

A simple bot to support people doing risky activities
https://gfsc.studio/blog/2021/imok-is-launched/
MIT License
12 stars 1 forks source link

GitHub actions needs postgresql upgrading #104

Open wheresalice opened 1 year ago

wheresalice commented 1 year ago

Overview

GitHub actions are currently failing because we are using an older version of Postgresql

Scope

Upgrade the version of postgresql being used in GitHub actions to 11.0 or later (check the Django and GitHub docs for supported versions)

Acceptance Criteria

GitHub actions no longer fail on running migrations

Questions/Assumptions