chore: update CI

This commit is contained in:
Zach Daniel 2022-11-03 10:20:00 -07:00
parent 7b8130eee9
commit 3ec3a3941c
2 changed files with 6 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
matrix: matrix:
otp: ["23"] otp: ["23"]
elixir: ["1.13.2"] elixir: ["1.13.2"]
ash: ["main", "2.0.0-rc.9"] ash: ["main", "2.4.2"]
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ASH_VERSION: ${{matrix.ash}} ASH_VERSION: ${{matrix.ash}}

View file

@ -11,4 +11,8 @@ You'll want to have some level of familiarity with Phoenix and LiveView. Check o
## A simple LiveView ## A simple LiveView
Once you have LiveView up and running, here is a simple example using the resources from the [Getting Started Guide](https://ash-hq.org/docs/guides/ash/latest/tutorials/get-started.md) Once you have LiveView up and running, here is a simple example using the resources from the [Getting Started Guide](https://ash-hq.org/docs/guides/ash/latest/tutorials/get-started.md).
```elixir
defmodule MyApp.Ash
```