Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115734
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
866 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9bb66b6..e733f55 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,20 +1,30 @@
name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ elixir_version:
+ - 1.9-slim # otp 22
+ - 1.8-otp-22
+ - 1.8-slim # otp 21
+ - 1.7-slim # otp 21
+ - 1.6-otp-21
+ - 1.6-slim # otp 20
+ - 1.5-slim # opt 20
container:
- image: elixir:1.9.1-slim
+ image: elixir:${{ matrix.elixir_version }}
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests
run: mix test --trace
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Nov 28, 6:45 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41090
Default Alt Text
(866 B)
Attached To
Mode
R28 tesla
Attached
Detach File
Event Timeline
Log In to Comment