Skip to content

Commit

Permalink
Test Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 5, 2025
1 parent 0a16a56 commit 344a513
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-15, macos-14, macos-13]
postgres-version: [17, 16, 15, 14, 13]
include:
- os: windows-2025
postgres-version: 17
- os: windows-2022
postgres-version: 14
- os: windows-2019
postgres-version: 14
os: [macos-15]
steps:
- uses: actions/checkout@v4
- uses: ./.
with:
postgres-version: ${{ matrix.postgres-version }}
config: |
shared_preload_libraries = 'pg_stat_statements'
database: testdb
dev-files: ${{ matrix.postgres-version == 13 }}
- run: createdb testdb2
- run: psql -d testdb -c 'SHOW server_version'
- run: psql -d testdb -h localhost -c 'SHOW server_version'
- run: psql --version
- run: pg_config
- if: ${{ matrix.postgres-version == 13 }}
run: test -f $(pg_config --includedir-server)/postgres.h

0 comments on commit 344a513

Please sign in to comment.