Skip to content

Commit

Permalink
ci: Add pg14, upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Nov 30, 2021
1 parent 3951f46 commit f06df0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:

linux:
name: "Ubuntu 18.04 + PostgreSQL ${{matrix.PGVER}}"
runs-on: ubuntu-18.04
name: "Ubuntu 20.04 + PostgreSQL ${{matrix.PGVER}}"
runs-on: ubuntu-20.04
strategy:
matrix:
PGVER: [10, 11, 12, 13]
PGVER: [10, 11, 12, 13, 14]
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand Down

0 comments on commit f06df0f

Please sign in to comment.