File tree Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 2020 # a tag of the erlang image, see https://hub.docker.com/_/erlang for available tags
2121 # also used in the setup-beam step (same tag should work for both)
2222 description : OTP version (eg. `26`, `26.2.5.6`)
23- default : 27
23+ default : 28
2424 build_arm :
2525 description : Build for ARM64 as well?
2626 type : boolean
Original file line number Diff line number Diff line change 4848 polling-seconds : 60
4949 - name : CONFIGURE OTP & ELIXIR
5050 if : steps.authorized.outputs.authorized == 'true'
51- uses : erlef/setup-beam@v1.17
51+ uses : erlef/setup-beam@v1
5252 with :
5353 otp-version : ${{ env.OTP_VERSION }}
5454 elixir-version : " 1.17"
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v4
4545
4646 - name : Configure OTP & Elixir
47- uses : erlef/setup-beam@v1.17
47+ uses : erlef/setup-beam@v1
4848 with :
4949 otp-version : ${{ matrix.erlang_version }}
5050 elixir-version : ${{ matrix.elixir_version }}
Original file line number Diff line number Diff line change 3434 run : git fetch --tags
3535
3636 - name : SETUP OTP & ELIXIR
37- uses : erlef/setup-beam@v1.17
37+ uses : erlef/setup-beam@v1
3838 with :
3939 otp-version : ${{ inputs.erlang_version }}
4040 elixir-version : ${{ inputs.elixir_version }}
Original file line number Diff line number Diff line change 2323 erlang_version :
2424 - ' 26'
2525 - ' 27'
26+ - ' 28'
2627 elixir_version :
27- - ' 1.17 '
28+ - ' 1.18 '
2829 # @todo Add macOS and Windows.
2930 runs-on : ubuntu-latest
3031 timeout-minutes : 60
3637 run : git fetch --tags
3738
3839 - name : SETUP OTP & ELIXIR
39- uses : erlef/setup-beam@v1.17
40+ uses : erlef/setup-beam@v1.19
4041 with :
4142 otp-version : ${{ matrix.erlang_version }}
4243 elixir-version : ${{ matrix.elixir_version }}
6263 fail-fast : false
6364 matrix :
6465 erlang_version :
65- - ' 27 '
66+ - ' 28 '
6667 elixir_version :
67- - ' 1.17 '
68+ - ' 1.18 '
6869 metadata_store :
6970 - mnesia
7071 - khepri
@@ -100,9 +101,9 @@ jobs:
100101 fail-fast : false
101102 matrix :
102103 erlang_version : # Latest OTP
103- - ' 27 '
104+ - ' 28 '
104105 elixir_version : # Latest Elixir
105- - ' 1.17 '
106+ - ' 1.18 '
106107 uses : ./.github/workflows/test-make-type-check.yaml
107108 with :
108109 erlang_version : ${{ matrix.erlang_version }}
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v4
3333
3434 - name : Configure OTP & Elixir
35- uses : erlef/setup-beam@v1.17
35+ uses : erlef/setup-beam@v1
3636 with :
3737 otp-version : ${{ matrix.erlang_version }}
3838 elixir-version : ${{ matrix.elixir_version }}
Original file line number Diff line number Diff line change 3636 uses : actions/checkout@v4
3737
3838 - name : Configure OTP & Elixir
39- uses : erlef/setup-beam@v1.17
39+ uses : erlef/setup-beam@v1
4040 with :
4141 otp-version : ${{ matrix.erlang_version }}
4242 elixir-version : ${{ matrix.elixir_version }}
You can’t perform that action at this time.
0 commit comments