Skip to content

Commit 95e979f

Browse files
authored
Merge pull request #121 from minibikini/improve-ci
2 parents 0f4df82 + c3d020d commit 95e979f

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/elixir.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Elixir CI
22

33
on:
44
push:
@@ -7,12 +7,12 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
name: mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
otp: [25.x, 26.x, 27.x]
15+
otp: [25.x, 26.x, 27.x, 28.x]
1616
elixir: [1.18.x]
1717

1818
steps:

0 commit comments

Comments
 (0)