mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 00:37:36 -06:00
Added PG version 16 and removed PG version 11 from github actions.
This commit is contained in:
parent
ca3ec76db6
commit
bae912fa40
2
.github/workflows/run-feature-tests-epas.yml
vendored
2
.github/workflows/run-feature-tests-epas.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pgver: [11, 12, 13, 14, 15]
|
||||
pgver: [12, 13, 14, 15]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
2
.github/workflows/run-python-tests-epas.yml
vendored
2
.github/workflows/run-python-tests-epas.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, windows-latest]
|
||||
pgver: [11, 12, 13, 14, 15]
|
||||
pgver: [12, 13, 14, 15]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
2
.github/workflows/run-python-tests-pg.yml
vendored
2
.github/workflows/run-python-tests-pg.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
pgver: [11, 12, 13, 14, 15]
|
||||
pgver: [12, 13, 14, 15, 16]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user