Skip to content

Commit

Permalink
update elixr and otp version
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Aug 12, 2023
1 parent f6f3980 commit 525fd8f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test_fb25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Elixir CI

on:
push:
branches: [ master ]
branches: [ "master" ]
pull_request:
branches: [ master ]
branches: [ "master" ]

jobs:
build:
Expand All @@ -13,8 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Setup FirebirdSQL container
uses: juarezr/firebirdsql-github-action@v1.2.0
with:
Expand All @@ -23,9 +22,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.12.2' # Define the elixir version [required]
otp-version: '24.2' # Define the OTP version [required]
experimental-otp: true
elixir-version: '1.15.2' # Define the elixir version [required]
otp-version: '26.2' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 525fd8f

Please sign in to comment.