just test 1.13
[akkoma] / .woodpecker / .test.yml
index 52519b23c2abb4ca7954f8c74d6fdc5e512029e0..49681a3bb1f769a8aad91f8178ece35d1cafd311 100644 (file)
@@ -3,7 +3,6 @@ depends_on:
 
 matrix:
   ELIXIR_VERSION:
-  - 1.10
   - 1.13
 
 pipeline:
@@ -17,16 +16,6 @@ pipeline:
     - mix deps.get
     - mix compile
 
-  analyse:
-    group: test
-    image: pleromaforkci/ci-base:${ELIXIR_VERSION}
-    environment:
-      MIX_ENV: test
-    commands:
-    - mix local.hex --force
-    - mix local.rebar --force
-    - mix credo --strict --only=warnings,todo,fixme,consistency,readability
-
   test:
     group: test
     image: pleromaforkci/ci-base:${ELIXIR_VERSION}