Skip to content

Commit

Permalink
Update PL/R of Late September 2024
Browse files Browse the repository at this point in the history
* Removed PG 17 betas and replaced with 17
* Upgraded github versions and EDB versions
* Cutting edge builds became Debug builds
* Cutting edge builds can fail without the build failing
* Cleaned up matrix item descriptons
* Placed matrix matid in front in many places so I can track the jobs
  This fail will fail the build.
* Scheduled one Windows PG/R dual "cutting edge"
  build job matrix item to run daily
* Replaced "meson tests" using classic "regression tests" (keeps meson builds)
  A PG commit broke these in non-cygin Windows PG 17+ builds.
  I never could get these "meson test"s re-working.
* Slightly upgraded docs to version 17
* No "C" code changes. This is still PL/R REL8_4_7
  • Loading branch information
AndreMikulec committed Sep 29, 2024
1 parent 21bee6d commit ae75fe4
Show file tree
Hide file tree
Showing 7 changed files with 3,010 additions and 433 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: plr CI
run-name: plr CI - ${{ github.event.head_commit.message }}

on: [push, pull_request, workflow_dispatch]
on:
push:
pull_request:
workflow_dispatch:

jobs:
master:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -127,6 +131,7 @@ jobs:
# https://apt.postgresql.org/pub/repos/apt/dists/jammy-pgdg/
# Source: postgresql-??
# https://apt.postgresql.org/pub/repos/apt/dists/jammy-pgdg/main/binary-amd64/Packages
- pg: 17
- pg: 16
- pg: 15
- pg: 14
Expand Down
Loading

0 comments on commit ae75fe4

Please sign in to comment.