Skip to content

Commit

Permalink
Test on Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 13, 2023
1 parent 45647ce commit 46ed5f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
matrix:
include:
- { version: 15, upgrade_to: "", update_from: 0.99.0 }
- { version: 16, upgrade_to: "", update_from: 0.99.0 }
- { version: 15, upgrade_to: 16, update_from: 0.99.0 }
- { version: 14, upgrade_to: 15, update_from: 0.99.0 }
- { version: 13, upgrade_to: 14, update_from: 0.99.0 }
- { version: 12, upgrade_to: 13, update_from: 0.99.0 }
Expand All @@ -22,8 +23,8 @@ jobs:
- { version: 9.3, upgrade_to: 9.4, update_from: 0.95.0 }
- { version: 9.2, upgrade_to: 9.3, update_from: "" } # updatecheck is not supported prior to 9.3
# Also test pg_upgrade across many versions
- { version: 9.2, upgrade_to: 15, update_from: "", suffix: –15 }
- { version: 9.4, upgrade_to: 15, update_from: "", suffix: –15 }
- { version: 9.2, upgrade_to: 16, update_from: "", suffix: –16 }
- { version: 9.4, upgrade_to: 16, update_from: "", suffix: –16 }
name: 🐘 PostgreSQL ${{ matrix.version }}${{ matrix.suffix }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
Expand Down

0 comments on commit 46ed5f9

Please sign in to comment.