Skip to content

Commit

Permalink
Version bump CI to 1.18/27
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jan 25, 2025
1 parent a5fcb83 commit f62faab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
inputs:
elixirs:
type: string
default: "[\"1.14.x\"]"
default: "[\"1.18.x\"]"
erlangs:
type: string
default: "[\"25.x\"]"
default: "[\"27.x\"]"

env:
MIX_ENV: test
Expand Down Expand Up @@ -38,11 +38,6 @@ jobs:
- "13.5.*"
- "13.6.*"
- "13.7.*"
exclude:
- elixir: 1.12.x
otp: 25.x
- elixir: 1.14.x
otp: 23.x
env:
AUTOBAHN_CASES: ${{ matrix.case }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Benchmark

on:
on:
pull_request:
types: [ opened, reopened, synchronize, labeled ]

Expand All @@ -16,13 +16,13 @@ jobs:
run: sudo apt-get install nghttp2
- name: Checkout code
uses: actions/checkout@v4
with:
with:
repository: mtrudel/benchmark
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: 1.14.x
otp-version: 25.1
elixir-version: 1.18.x
otp-version: 27.1
- name: Install mix dependencies
run: mix deps.get
- name: Compile code
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/h2spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
inputs:
elixirs:
type: string
default: "[\"1.14.x\"]"
default: "[\"1.18.x\"]"
erlangs:
type: string
default: "[\"25.x\"]"
default: "[\"27.x\"]"

env:
MIX_ENV: test
Expand All @@ -21,11 +21,6 @@ jobs:
matrix:
elixir: ${{ fromJSON(inputs.elixirs) }}
otp: ${{ fromJSON(inputs.erlangs) }}
exclude:
- elixir: 1.12.x
otp: 25.x
- elixir: 1.14.x
otp: 23.x
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f62faab

Please sign in to comment.