Skip to content

Update Elixir/Erlang versions in CI #248

Update Elixir/Erlang versions in CI

Update Elixir/Erlang versions in CI #248

Workflow file for this run

on:
pull_request:
branches:
- "*"
workflow_dispatch: {}
name: "Pull Request"
jobs:
test:
name: "Test"
uses: ./.github/workflows/part_test.yml
with:
elixirVersion: "1.18"
otpVersion: "27.2"
docs:
name: "Docs"
uses: ./.github/workflows/part_docs.yml
with:
elixirVersion: "1.18"
otpVersion: "27.2"