Skip to content

Commit

Permalink
Merge pull request #130 from tomciopp/update-alpine
Browse files Browse the repository at this point in the history
chore(ERLANG + ALPINE): Update erlang to most recent versions, update…
  • Loading branch information
bitwalker committed Nov 20, 2022
2 parents f936679 + 244c62e commit 5ada776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [23.3.4.16, 24.3.4.2, 25.0.4]
alpine: [3.16.2]
otp: [23.3.4.18, 24.3.4.6, 25.0.4, 25.1.2]
alpine: [3.16.3]
latest: [false]
include:
- otp: 25.0.4
alpine: 3.16.2
- otp: 25.1.2
alpine: 3.16.3
latest: true
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 25.0.4
alpine 3.16.2
erlang 25.1.2
alpine 3.16.3

0 comments on commit 5ada776

Please sign in to comment.