Skip to content

Commit

Permalink
Update ci.yml (#16)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update README.md
  • Loading branch information
pertsevds authored Jul 10, 2024
1 parent 5c0bf2c commit fd2fdd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
- os: ubuntu-22.04
elixir-version: 1.16
otp-version: 26
- os: ubuntu-20.04
elixir-version: 1.17
otp-version: 25
- os: ubuntu-20.04
elixir-version: 1.17
otp-version: 26
- os: ubuntu-22.04
elixir-version: 1.17
otp-version: 27
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ Tests automatically run against a matrix of OTP and Elixir Versions, see the [ci
| OTP \ Elixir | 1.14 | 1.15 | 1.16 | 1.17 |
|:------------:|:----:|:----:|:----:|:----:|
| 24 |||| N/A |
| 25 |||| N/A |
| 26 |||| N/A |
| 27 | N/A | N/A | N/A | N/A |
| 25 |||| |
| 26 |||| |
| 27 | N/A | N/A | N/A | |

## Documentation

Expand Down

0 comments on commit fd2fdd5

Please sign in to comment.