summaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)Author
2024-01-26Pin to otp25Mark Felder
The 1.15.7 image by default uses OTP26 now, but we really want otp25
2024-01-26Set correct image versionMark Felder
2024-01-21Rename 1.15 image to include otp25, clarify test namesMark Felder
2024-01-21Only need amd64 for nowMark Felder
2024-01-21Reorganize ci scriptsMark Felder
2023-12-13Gitlab CI: Switch to our own docker hubLain Soykaf
2023-12-13Gitlab CI: Update postgres for rum tests.Lain Soykaf
2023-05-31Bump minimum Elixir to 1.12Mark Felder
2022-11-03Update to Phoenix 1.6 and chase dependenciesMark Felder
Also bump minimum Elixir to 1.11
2022-09-03ci-base: Document building and pushing a new imageHaelwenn (lanodan) Monnier
2022-09-02Bump minimum Elixir version to 1.10Haelwenn (lanodan) Monnier
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
2021-12-26CI: Use own package as baseLain Soykaf
So we can skip updating and installing the same packages a million times. It will still grab the hex.pm stuff -- maybe we can find a way to avoid this, too.