Skip to content

Commit

Permalink
Merge pull request #524 from kianmeng/bump-apps-version-in-github-ci-…
Browse files Browse the repository at this point in the history
…and-asdf

Bump apps version in GitHub CI and asdf
  • Loading branch information
jeremyjh committed Nov 15, 2023
2 parents 7d4653c + 1866372 commit 0091928
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Expand Up @@ -37,32 +37,32 @@ jobs:
- '1.12.3'
- '1.13.4'
- '1.14.3'
- '1.15.4'
- '1.15.7'
otp:
- '23.3'
- '24.3'
- '25.3'
- '26.0'
- '26.1'

exclude:
- elixir: '1.12.3'
otp: '25.3'

- elixir: '1.12.3'
otp: '26.0'
otp: '26.1'

- elixir: '1.13.4'
otp: '26.0'
otp: '26.1'

- elixir: '1.14.3'
otp: '26.0'
otp: '26.1'

- elixir: '1.15.4'
- elixir: '1.15.7'
otp: '23.3'

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

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

- name: Restore deps cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
deps
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
@@ -1,2 +1,2 @@
elixir 1.15.0-otp-26
erlang 26.0.1
elixir 1.15.7-otp-26
erlang 26.1.2

0 comments on commit 0091928

Please sign in to comment.