Skip to content

Commit

Permalink
Bump Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmestad committed May 15, 2024
1 parent 946ffb8 commit ead1b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: push

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: [24.3, 25.3, 26.2]
elixir: [1.14, 1.15, 1.16]
steps:
- name: Checkout codebase
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Elixir
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit ead1b60

Please sign in to comment.