summaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)Author
2024-09-18CI script to build and publish an image for Elixir 1.14Mark Felder
2024-09-18Remove old elixir 1.12 build image generation scriptMark Felder
2024-07-01CI: Switch to Elixir 1.17Mark Felder
2024-06-27Add 1.16.3 ci imageMark Felder
2024-06-08OTP updatesMark Felder
Update to otp25 for Elixir 1.13; otp26 for Elixir 1.15
2024-05-20CI: Specify correct image name.Lain Soykaf
2024-05-20CI: Specify version fully in base image tagLain Soykaf
2024-05-20CI: Add new builders for base imagesLain Soykaf
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.