Skip to content

Commit

Permalink
CI: use otp 25.2.1 (#66)
Browse files Browse the repository at this point in the history
* CI: use otp 25.2.1
  • Loading branch information
tak30 authored Jan 20, 2023
1 parent 5346236 commit e0ff3a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ name: Erlang CI

on: [push, pull_request]

env:
ERL_FLAGS: "-enable-feature all"

jobs:

build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
otp: ['23.3', '24.3']
otp: ['23.3', '24.3', '25.2.1']
rebar: ['3.20.0']

steps:
Expand Down

0 comments on commit e0ff3a6

Please sign in to comment.