Skip to content

Update Elixir/Erlang in CI and deps (#137) #139

Update Elixir/Erlang in CI and deps (#137)

Update Elixir/Erlang in CI and deps (#137) #139

Workflow file for this run

on:
push:
branches:
- "main"
name: "Main Branch"
# Secrets:
# * CACHE_VERSION - Set to `date +%s`, set new when the cache should be busted
jobs:
test:
name: "Test"
uses: ./.github/workflows/part_test.yml
with:
elixirVersion: "1.17.0"
otpVersion: "27.0"
secrets:
CACHE_VERSION: "${{ secrets.CACHE_VERSION }}"
docs:
name: "Docs"
uses: ./.github/workflows/part_docs.yml
with:
elixirVersion: "1.17.0"
otpVersion: "27.0"
secrets:
CACHE_VERSION: "${{ secrets.CACHE_VERSION }}"