Skip to content

Commit

Permalink
ci: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Jul 9, 2020
1 parent 1581632 commit 3f6345d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: "Linux + PostgreSQL ${{matrix.PGVER}}"
name: "Ubuntu 18.04 + PostgreSQL ${{matrix.PGVER}}"
runs-on: ubuntu-18.04
strategy:
matrix:
PGVER: [11]
PGVER: [10, 11, 12, 13]
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand Down

0 comments on commit 3f6345d

Please sign in to comment.