Skip to content

Commit

Permalink
Update CI setup and remove extra version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Aug 4, 2024
1 parent 12e4189 commit 342b307
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
timeout-minutes: 30
name: Internal Typespecs
env:
OTP: "25.3"
ELIXIR: "1.13"
OTP: "26.2"
ELIXIR: "1.14"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
runs-on: ubuntu-20.04
name: Code Style
env:
OTP: "25.3"
ELIXIR: "1.13"
OTP: "26.2"
ELIXIR: "1.14"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand All @@ -78,8 +78,8 @@ jobs:
runs-on: ubuntu-20.04
name: Code Formatting
env:
OTP: "25.3"
ELIXIR: "1.13"
OTP: "26.2"
ELIXIR: "1.14"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
timeout-minutes: 30
name: External Typespecs
env:
OTP: "25.3"
ELIXIR: "1.13"
OTP: "26.2"
ELIXIR: "1.14"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -151,11 +151,9 @@ jobs:
# NOTE: We are going to support 4 version from the official list of 5
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
matrix:
otp: ["25.3"]
elixir: ["1.13.4"]
otp: ["26.2"]
elixir: ["1.14.5"]
include:
- otp: "26.2"
elixir: "1.14.5"
- otp: "26.2"
elixir: "1.15.8"
- otp: "26.2"
Expand Down

0 comments on commit 342b307

Please sign in to comment.