Skip to content

Commit

Permalink
Merge pull request #133 from drmartinberger/master
Browse files Browse the repository at this point in the history
chore(Alpine + Erlang): Update to alpine 3.18.2 and erlang 26.0.1
  • Loading branch information
bitwalker committed Jun 29, 2023
2 parents 5ada776 + 0044dce commit 1837971
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.18, 24.3.4.6, 25.0.4, 25.1.2]
alpine: [3.16.3]
otp: [25.0.4, 25.1.2, 26.0.1]
alpine: [3.18.2]
latest: [false]
include:
- otp: 25.1.2
alpine: 3.16.3
- otp: 26.0.1
alpine: 3.18.2
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.1.2
alpine 3.16.3
erlang 26.0.1
alpine 3.18.2

0 comments on commit 1837971

Please sign in to comment.