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

CI housekeeping #82

Merged
merged 1 commit into from
Aug 18, 2024
Merged

CI housekeeping #82

merged 1 commit into from
Aug 18, 2024

Conversation

kianmeng
Copy link
Contributor

List of changes:

  • add Elixir 1.17.x / Erlang OTP 27.x to CI
  • bump github/actions
  • bump min support versions to Elixir 1.6.x / Erlang OTP 21
  • use ubuntu-20.04 as OS image due to depreciation of 18.04

@@ -8,29 +8,29 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002

List of changes:
- add Elixir 1.17.x / Erlang OTP 27.x to CI
- bump github/actions
- bump min support versions to Elixir 1.6.x / Erlang OTP 21
- use ubuntu-20.04 as OS image due to depreciation of 18.04
elixir: 1.5.3
otp: 19.3.6.13
elixir: 1.6.x
otp: 21.x
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bumped the min support Elixir version to 1.6, as OTP 21 is the minimum supported version in Ubuntu 20.04 OS image, see https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp

@josevalim josevalim merged commit 57e0858 into dashbitco:master Aug 18, 2024
2 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@kianmeng
Copy link
Contributor Author

🥳 🥳 🥳 🥳 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants