Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ikalnytskyi/action-setup-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7
Choose a base ref
...
head repository: ikalnytskyi/action-setup-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8
Choose a head ref
  • 14 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 5, 2025

  1. Remove retired runners from CI

    Both Ubuntu 20.04 and Windows 2019 runners have been retired and are no
    longer available.
    ikalnytskyi committed Jul 5, 2025
    Configuration menu
    Copy the full SHA
    e8edc06 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

  1. Merge pull request #53 from ikalnytskyi/ihor/drop-retired-runners

    Remove retired runners from CI
    ikalnytskyi authored Jul 6, 2025
    Configuration menu
    Copy the full SHA
    ec26547 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Add support of Linux/Windows arm64 runners

    Starting Aug 07, 2025, Linux and Windows `arm64` standard hosted runners
    in public repositories are generally available[^1]. This patch makes
    these runners part of the test matrix, fixing necessary things along the
    way to make it happen.
    
    [^1]: https://github.blog/changelog/2025-08-07-arm64-hosted-runners-for-public-repositories-are-now-generally-available/
    ikalnytskyi committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    b9eada2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from ikalnytskyi/feat/arm-runners

    Add support of Linux/Windows `arm64` runners
    ikalnytskyi authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    59cc5c1 View commit details
    Browse the repository at this point in the history
  3. Replace macOS 13 with macOS 26 in CI

    macOS 13 runners are deprecated and will reach end-of-life soon. Replace
    them with macOS 26 runners.
    ikalnytskyi committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    ef01bbe View commit details
    Browse the repository at this point in the history
  4. Mention partner runners in README

    There are public partner runners available on GitHub, such as ARM
    runners for Windows and Linux. Since we recently added their support, it
    worth mentioning them.
    ikalnytskyi committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    9205102 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from ikalnytskyi/feat/macos-26

    Replace macOS 13 with macOS 26 in CI
    ikalnytskyi authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    aa86a1c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Add PostgreSQL 18

    PostgreSQL 18 is the most recent version of the PostgreSQL database,
    released on September 25, 2025. It just makes sense to keep up with the
    upstream versions if we can, hence this patch.
    ikalnytskyi committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    2c85493 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from ikalnytskyi/feat/postgres-18

    Add PostgreSQL 18
    ikalnytskyi authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    c5ef182 View commit details
    Browse the repository at this point in the history
  3. Bump action versions used in CI

    This patch bumps the following actions used in CI to the following
    versions:
    
    * `actions/checkout@v4` -> `@v5`
    * `actions/setup-python@v6` -> `@v6`
    ikalnytskyi committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    fd3f3c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #60 from ikalnytskyi/chore/ci-actions-bump

    Bump action versions used in CI
    ikalnytskyi authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    d5ef31a View commit details
    Browse the repository at this point in the history
  5. Add Zizmor job and address all reported issues

    Zizmor is a static analysis tool for GitHub Actions. It detects a wide
    range of common security flaws in typical CI/CD workflows. By
    integrating Zizmor, this change ensures both the CI workflow and action
    itself is automatically checked against these classes of
    vulnerabilities.
    ikalnytskyi committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    7c85708 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Merge pull request #61 from ikalnytskyi/feat/zizmor

    Add Zizmor job and address all reported issues
    ikalnytskyi authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    b6ae293 View commit details
    Browse the repository at this point in the history
  2. Version 8

    ikalnytskyi committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    c4dda34 View commit details
    Browse the repository at this point in the history
Loading