Skip to content

Commit cd999fd

Browse files
committed
CI housekeeping
List of changes: - bump actions/checkout version - set CI matrix to support min/max Erlang (24/28) / Elixir (1.14/1.18) version - specify versions as strings, not numbers
1 parent 074a271 commit cd999fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- elixir: 1.17.2
14-
otp: 25.0.4
15-
- elixir: 1.17.2
16-
otp: 27.0.1
13+
- elixir: "1.18"
14+
otp: "28"
1715
lint: lint
16+
- elixir: "1.14"
17+
otp: "24"
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
pool_count: "4"
6767
steps:
6868
- uses: earthly/actions-setup@v1
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
- name: test ecto_sql
7171
env:
7272
POOL_COUNT: ${{ matrix.pool_count || '1' }}
@@ -85,7 +85,7 @@ jobs:
8585
- "8.0"
8686
steps:
8787
- uses: earthly/actions-setup@v1
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989
- name: test ecto_sql
9090
run: earthly -P --ci --build-arg ELIXIR_BASE=${{matrix.elixirbase}} --build-arg MYSQL=${{matrix.mysql}} +integration-test-mysql
9191

@@ -102,6 +102,6 @@ jobs:
102102
- "2022"
103103
steps:
104104
- uses: earthly/actions-setup@v1
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@v4
106106
- name: test ecto_sql
107107
run: earthly -P --ci --build-arg ELIXIR_BASE=${{matrix.elixirbase}} --build-arg MSSQL=${{matrix.mssql}} +integration-test-mssql

0 commit comments

Comments
 (0)