Skip to content

Commit cd90d06

Browse files
committed
Precompilation updates
* Require Elixir v1.9 or later * Require precompilers to implement ElixirMake.Precompiler * Remove precompiler_context callback as it is unused
1 parent e4a9ab2 commit cd90d06

File tree

10 files changed

+465
-519
lines changed

10 files changed

+465
-519
lines changed

Diff for: .github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-16.04
11+
runs-on: ubuntu-latest
1212
env:
1313
MIX_ENV: test
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
include:
1818
- pair:
19-
elixir: 1.3.4
20-
otp: 19.3.6.13
19+
elixir: 1.9.4
20+
otp: 20.3
2121
- pair:
22-
elixir: 1.11.3
23-
otp: 23.2.5
22+
elixir: 1.13.4
23+
otp: 24.3
2424
lint: lint
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)