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: v5
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: v6
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 16, 2024

  1. Fix macOS 13 support

    Due to some dark magic used to prepare the macOS 13 runner, the brew
    install command fails to link unrelated kegs, such as `python@3.12`.
    Fortunately, since `python@3.12` is a dependency of a dependency, and
    that dependency is already installed, we can workaround the issue by
    forcing Homebrew to do not try upgrading dependencies unless absolutely
    neccessary.
    
    Fixes: #27
    ikalnytskyi committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    88de67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d71fa View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add macOS 14 support

    The macOS 14 runner image isn't shipped with pre-installed PostgreSQL
    server. Even though it has Beta status, it'd be nice to support this
    runner image too.
    
    Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
    ikalnytskyi and hfhbd committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    85a5c36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from ikalnytskyi/feat/macos-14

    Add macOS 14 support
    ikalnytskyi authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ca880f6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Add support for missing action runners

    Turns out that Windows Server 2019 does not support locale names
    specified in the format defined by the POSIX standard. This patch
    converts the POSIX format to the one supported by Windows 2019.
    
    In addition to that, this patch adds all supported action runners to
    the continue integration, so we can make sure that this action works
    properly on every supported platform.
    
    Reported-by: Irena Rindos
    Fixes: #25
    ikalnytskyi committed May 1, 2024
    Configuration menu
    Copy the full SHA
    89e1586 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from ikalnytskyi/feat/missing-os-runners

    Add support for missing action runners
    ikalnytskyi authored May 1, 2024
    Configuration menu
    Copy the full SHA
    e629f5d View commit details
    Browse the repository at this point in the history
  3. Version 6

    ikalnytskyi committed May 1, 2024
    Configuration menu
    Copy the full SHA
    687404e View commit details
    Browse the repository at this point in the history
Loading