Skip to content

Commit

Permalink
Fix typo and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
teamon committed Aug 4, 2021
1 parent f9762fd commit 660c089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
elixir:
- 1.12-slim # top 24
- 1.12-slim # otp 24
- 1.11-slim # otp 23
- 1.10-slim # otp 22
- 1.9-slim # otp 22
Expand All @@ -30,7 +30,7 @@ jobs:
run: mix test --trace

test-1:
name: run tests against v1.0.0
name: run tests from v1.0.0
runs-on: ubuntu-latest
container:
image: elixir:1.7-slim
Expand Down

0 comments on commit 660c089

Please sign in to comment.