Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Sep 29, 2021
2 parents 9abcdd3 + 51cdcd7 commit 77efeb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Setup elixir
uses: actions/setup-elixir@v1
with:
elixir-version: 1.9.4 # Define the elixir version [required]
otp-version: 22.2 # Define the OTP version [required]
elixir-version: 1.12.2 # Define the elixir version [required]
otp-version: 24.0.5 # Define the OTP version [required]
experimental-otp: true
- name: Install Dependencies
run: mix deps.get
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lexdee.MixProject do
def project do
[
app: :lexdee,
version: "0.3.3",
version: "1.0.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
package: package(),
Expand Down

0 comments on commit 77efeb7

Please sign in to comment.