Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115600
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.github/workflows/elixir.yaml b/.github/workflows/elixir.yaml
index 82c60db..d56cce1 100644
--- a/.github/workflows/elixir.yaml
+++ b/.github/workflows/elixir.yaml
@@ -1,30 +1,33 @@
name: Elixir CI
on: push
jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
- otp: [21.0, 22.2]
- elixir: [1.7.0, 1.10.1]
+ include:
+ - elixir: 1.9.4
+ otp: 22.2
+ - elixir: 1.10.4
+ otp: 23.0
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Install Dependencies
run: mix deps.get
- name: gcc version
run: gcc --version
- name: Compile
run: mix compile --force --warnings-as-errors
- name: Check format
run: mix format --check-formatted
# - name: Run credo
# run: mix credo
- name: Run Tests
run: mix test --exclude skip:true
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Nov 28, 8:17 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40982
Default Alt Text
(1 KB)
Attached To
Mode
R14 exile
Attached
Detach File
Event Timeline
Log In to Comment