Skip to content

Commit 0091928

Browse files
authored
Merge pull request #524 from kianmeng/bump-apps-version-in-github-ci-and-asdf
Bump apps version in GitHub CI and asdf
2 parents 7d4653c + 1866372 commit 0091928

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,32 +37,32 @@ jobs:
3737
- '1.12.3'
3838
- '1.13.4'
3939
- '1.14.3'
40-
- '1.15.4'
40+
- '1.15.7'
4141
otp:
4242
- '23.3'
4343
- '24.3'
4444
- '25.3'
45-
- '26.0'
45+
- '26.1'
4646

4747
exclude:
4848
- elixir: '1.12.3'
4949
otp: '25.3'
5050

5151
- elixir: '1.12.3'
52-
otp: '26.0'
52+
otp: '26.1'
5353

5454
- elixir: '1.13.4'
55-
otp: '26.0'
55+
otp: '26.1'
5656

5757
- elixir: '1.14.3'
58-
otp: '26.0'
58+
otp: '26.1'
5959

60-
- elixir: '1.15.4'
60+
- elixir: '1.15.7'
6161
otp: '23.3'
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v2
65+
uses: actions/checkout@v4
6666

6767
- name: Set up Elixir
6868
uses: erlef/setup-beam@v1
@@ -71,7 +71,7 @@ jobs:
7171
otp-version: ${{ matrix.otp }}
7272

7373
- name: Restore deps cache
74-
uses: actions/cache@v2
74+
uses: actions/cache@v3
7575
with:
7676
path: |
7777
deps

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.15.0-otp-26
2-
erlang 26.0.1
1+
elixir 1.15.7-otp-26
2+
erlang 26.1.2

0 commit comments

Comments
 (0)