Skip to content

Commit

Permalink
CI housekeeping
Browse files Browse the repository at this point in the history
List of changes:
- add Elixir 1.17 / Erlang OTP 27 to CI
- bump github actions
  • Loading branch information
kianmeng committed Aug 6, 2024
1 parent d5b300a commit 1b2f998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ jobs:
matrix:
include:
- pair:
elixir: "1.11.4"
otp: "21.3.8.17"
elixir: 1.11.3
otp: 21.3
- pair:
elixir: "1.15.4"
otp: "26.0.2"
elixir: 1.17.2
otp: 27.0
lint: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
deps
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule BroadwayCloudPubSub.MixProject do
[
app: :broadway_cloud_pub_sub,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
name: "BroadwayCloudPubSub",
description: @description,
Expand Down

0 comments on commit 1b2f998

Please sign in to comment.