Skip to content

Commit

Permalink
Run CI against erlang 27.1
Browse files Browse the repository at this point in the history
Not completely sure what the CI/coverage strategy is but it
seemed like: Test these old versions and the newest one!
So, I thought I'd upgrade the newest one.

Didn't upgrade the runner os as erlang 23 is only covered by
ubuntu 20.04: https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp

This will reach EOL in a couple of months. So, testing against
erlang 23 will be quite a bit tougher then.
  • Loading branch information
PragTob committed Nov 8, 2024
1 parent 50b11d6 commit 37e1275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- erlang: "27.0"
- erlang: "27.1"
elixir: "1.17"
lint: true
coverage: true
Expand Down

0 comments on commit 37e1275

Please sign in to comment.