diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a5f88e..f69f21e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs:    build:      strategy:        matrix: -        postgres_version: [12, 13, 14] +        postgres_version: [12, 13, 14, 15rc1]      runs-on: ubuntu-latest      steps:  |