We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf9c98 commit c0d18a8Copy full SHA for c0d18a8
.github/workflows/test.yml
@@ -53,7 +53,7 @@ jobs:
53
- run: echo "Elixir tests for many versions of Elixir and OTP have successfully completed."
54
55
poison_only_test:
56
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
57
name: Test - poison only, no jason
58
defaults:
59
run:
@@ -68,7 +68,7 @@ jobs:
68
- run: mix test
69
70
jason_only_test:
71
72
name: Test - jason only, no poison
73
74
0 commit comments