Skip to content

Commit

Permalink
.github: Upgrade checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jul 29, 2023
1 parent cca89fa commit 0e52347
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ jobs:
strategy:
matrix:
pgversion:
- 9.5
- 9.6
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 15
- 14
- 13
- 12
- 11
- 10
- 9.6
- 9.5

env:
PGVERSION: ${{ matrix.pgversion }}

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install pg
run: |
Expand Down

0 comments on commit 0e52347

Please sign in to comment.