Skip to content

Commit 6341ee9

Browse files
committed
ci: step rename with rust vsn
1 parent d4ad5ef commit 6341ee9

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
merge_matrix: ${{ steps.versions.outputs.merge_matrix }}
1919
steps:
2020
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21-
- name: Get target OTP and Elixir versions
21+
- name: Get target OTP, Elixir and Rust versions
2222
id: versions
2323
run: |
2424
#!/bin/bash

.github/workflows/test.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix: ${{ steps.versions.outputs.matrix }}
3131
steps:
3232
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33-
- name: Get target OTP and Elixir versions
33+
- name: Get target OTP, Elixir and Rust versions
3434
id: versions
3535
run: |
3636
#!/bin/bash
@@ -43,14 +43,14 @@ jobs:
4343
"ubuntu22.04",
4444
"ubuntu20.04",
4545
"ubuntu18.04",
46-
"debian12",
47-
"debian11",
48-
"debian10",
49-
"el9",
50-
"el8",
51-
"el7",
52-
"amzn2",
53-
"amzn2023",
46+
"debian12",
47+
"debian11",
48+
"debian10",
49+
"el9",
50+
"el8",
51+
"el7",
52+
"amzn2",
53+
"amzn2023",
5454
"alpine3.15.1",
5555
"alpine3.21.3"
5656
]'
@@ -77,7 +77,7 @@ jobs:
7777
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
7878
7979
build:
80-
name: ${{ matrix.platform }} ${{ matrix.arch }} OTP-${{ matrix.otp }} Elixir-${{ matrix.elixir }}
80+
name: ${{ matrix.platform }} ${{ matrix.arch }} OTP-${{ matrix.otp }} Elixir-${{ matrix.elixir }} Rust-${{ matrix.rust }}
8181
runs-on: ${{ github.repository_owner == 'emqx' && format('aws-ubuntu22.04-{0}', matrix.arch) || (matrix.arch == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-22.04') }}
8282

8383
needs:

0 commit comments

Comments
 (0)