Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI build on Github Actions #903

Merged
merged 4 commits into from
Oct 9, 2023
Merged

Commits on Oct 6, 2023

  1. Uninstall conflicting packages on CI

    We couldn't install all our dependencies because of conflicting
    versions:
    
    ```
    The following packages have unmet dependencies:
    libgd-dev : Depends: libgd3 (= 2.2.5-5.2ubuntu2.1)
      but 2.3.3-9+ubuntu20.04.1+deb.sury.org+1 is to be installed
    ```
    mkllnk committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    991e2d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Bump jdauphant.nginx from v2.8.1 to v2.21.2

    This is actually unrelated. I mixed up roles while updating a dependency
    but it doesn't hurt to stay up-to-date. So I keep this commit in.
    mkllnk committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4432994 View commit details
    Browse the repository at this point in the history
  2. Bump geerlingguy.postgresql from 3.4.0 to 3.5.0

    Hopefully the new version will create postgres users with the defined
    permission to create databases.
    mkllnk committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    44d6496 View commit details
    Browse the repository at this point in the history
  3. Allow database user to create databases

    Since we are importing only parts of another role, we missed to include
    this new part after some update. This should give the database user the
    permission to create its database again.
    mkllnk committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d9b11f2 View commit details
    Browse the repository at this point in the history