Skip to content

Commit

Permalink
chore: Update CI and release jobs to use the latest elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Mar 15, 2024
1 parent 0347420 commit 98b66fa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dailly-generate-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "23.3.4.19"
elixir-version: "1.12.3-otp-23"
otp-version: "26.2.3"
elixir-version: "1.16.2-otp-26"
version-type: strict
- name: Install tools
run: "gem install --no-document toys"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "23.3.4.19"
elixir-version: "1.12.3-otp-23"
otp-version: "26.2.3"
elixir-version: "1.16.2-otp-26"
version-type: strict
- name: Install tools
run: "gem install --no-document toys"
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.10.4-otp-22"
otp: "22.3.4.26"
- elixir: "1.12.3-otp-23"
- elixir: "1.10.4-otp-23"
otp: "23.3.4.19"
- elixir: "1.13.4-otp-24"
otp: "24.1.7"
- elixir: "1.12.3-otp-24"
otp: "24.3.4.16"
- elixir: "1.15.7-otp-25"
otp: "25.3.2.10"
- elixir: "1.16.2-otp-26"
otp: "26.2.3"
fail-fast: false
runs-on: ubuntu-20.04
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-api-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "23.3.4.19"
elixir-version: "1.12.3-otp-23"
otp-version: "26.2.3"
elixir-version: "1.16.2-otp-26"
version-type: strict
- name: Install tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build_file: "elixir-google-api/.kokoro/trampoline.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/elixir19"
value: "gcr.io/cloud-devrel-public-resources/elixir116"
}

# Tell the trampoline which build file to use.
Expand Down

0 comments on commit 98b66fa

Please sign in to comment.