0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00

Update test.yml

This commit is contained in:
Tonye Jack 2024-05-11 18:15:52 -06:00 committed by GitHub
parent 35247d94d9
commit f145638596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
postgresql_version: [11, 12, 14, 15, 16]
postgresql_version: [12, 14, 15, 16]
steps:
- name: Checkout
uses: actions/checkout@v4