We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7aa83 commit 542833dCopy full SHA for 542833d
.github/workflows/ci.yml
@@ -374,6 +374,24 @@ jobs:
374
- uses: ./.github/actions/ubuntu-prerequisites
375
- uses: ./.github/actions/build-and-test
376
377
+ ubuntu24-pg16-gcc14:
378
+ runs-on: ubuntu-24.04
379
+
380
+ env:
381
+ CC: gcc-14
382
+ CXX: g++-14
383
+ LUA_VERSION: 5.4
384
+ LUAJIT_OPTION: OFF
385
+ POSTGRESQL_VERSION: 16
386
+ POSTGIS_VERSION: 3
387
+ BUILD_TYPE: Debug
388
+ PSYCOPG: 3
389
390
+ steps:
391
+ - uses: actions/checkout@v4
392
+ - uses: ./.github/actions/ubuntu-prerequisites
393
+ - uses: ./.github/actions/build-and-test
394
395
windows:
396
strategy:
397
fail-fast: false
0 commit comments