Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Tue, 17 Mar 2026 17:30:28 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3966: chore: replace Appveyor with ikalnytskyi/action-setup-postgres In-Reply-To: References: List-Id: X-GitHub-Author-Login: sehrope X-GitHub-Comment-Id: 4076732166 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3966 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3966#issuecomment-4076732166 Content-Type: text/plain; charset=utf-8 I'd prefer to have less external dependencies in the repo over time. I took a peek at ikalnytskyi/action-setup-postgres (never hard of it before...) and it does look pretty clean. Though I don't think we need it. I'm not sure we even need to build on Windows / MacOS or test against PostgreSQL running on either. If we just had something that could run our already build jar on those against a Linux PostgreSQL server I think it's enough. That'd solve a lot of the startup issues.