Skip to content

Commit bf9a21e

Browse files
authored
Attempt to bump precompile (#350)
The precompile definitions are looking pretty stale. I want to drop support for 1.17 and older.
1 parent 69ebf86 commit bf9a21e

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/android-precompile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
os: linux
3232
abi: androideabi
3333
job:
34-
- {otp: "27", elixir: "1.17"}
35-
- {otp: "25", elixir: "1.16"}
34+
- {otp: "27.3.4", elixir: "1.18"}
35+
- {otp: "28.5.0", elixir: "1.19"}
36+
- {otp: "29.0.2", elixir: "1.20"}
3637

3738
name: Android ${{ matrix.target.triplet }} - OTP ${{ matrix.job.otp }} - Elixir ${{ matrix.job.elixir }}
3839
steps:

.github/workflows/linux-precompile.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
strategy:
2626
matrix:
2727
job:
28-
- {otp: "27.1.1", elixir: "1.17"}
29-
- {otp: "25.3.2.14", elixir: "1.16"}
28+
- {otp: "27.3.4", elixir: "1.18"}
29+
- {otp: "28.5.0", elixir: "1.19"}
30+
- {otp: "29.0.2", elixir: "1.20"}
3031

3132
name: Linux armv7l - OTP ${{ matrix.job.otp }} - Elixir ${{ matrix.job.elixir }}
3233
steps:
@@ -90,8 +91,9 @@ jobs:
9091
- aarch64
9192
- riscv64
9293
job:
93-
- {otp: "27", elixir: "1.17"}
94-
- {otp: "25", elixir: "1.16"}
94+
- {otp: "27", elixir: "1.18"}
95+
- {otp: "28", elixir: "1.19"}
96+
- {otp: "29", elixir: "1.20"}
9597

9698
name: Linux ${{ matrix.arch }} - OTP ${{ matrix.job.otp }} - Elixir ${{ matrix.job.elixir }}
9799
steps:

.github/workflows/macos-precompile.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- x86_64-apple-darwin
2323
- arm64-apple-darwin
2424
job:
25-
- {otp: "27.0.1", elixir: "1.17.2"}
26-
- {otp: "25.3.2.13", elixir: "1.16.3"}
25+
- {otp: "27.3.4", elixir: "1.18"}
26+
- {otp: "28.5.0", elixir: "1.19"}
27+
- {otp: "29.0.2", elixir: "1.20"}
2728

2829
name: Mac ${{ matrix.arch }} - OTP ${{ matrix.job.otp }} - Elixir ${{ matrix.job.elixir }}
2930
steps:

0 commit comments

Comments
 (0)