Reduce action description in action.yml (GHA Marketplace constraint) (#294)

21a744d · Bryan Paxton · 2024-06-23 18:52

3 files +4 -14
Message
{commit_body(@commit)}

Files changed

modified .github/workflows/ubuntu.yml
+0 −8
@@ -73,14 +73,6 @@ jobs:
73 73 - otp-version: '26'
74 74 rebar3-version: 'nightly'
75 75 os: 'ubuntu-latest'
76 - elixir-version: 'v1.4'
77 otp-version: '20'
78 rebar3-version: '3.15.0'
79 os: 'ubuntu-20.04'
80 - elixir-version: 'v1.4'
81 otp-version: '20'
82 rebar3-version: '3.11'
83 os: 'ubuntu-20.04'
84 76 - elixir-version: 'v1.6'
85 77 otp-version: '21'
86 78 rebar3-version: '3.12'
modified README.md
+3 −3
@@ -74,7 +74,7 @@ and Erlang/OTP.
74 74 | Operating system | Erlang/OTP | Status
75 75 |- |- |-
76 76 | `ubuntu-18.04` | 17.0 - 25.3 | ✅
77 | `ubuntu-20.04` | 20.0 - 27 | ✅
77 +| `ubuntu-20.04` | 21.0 - 27 | ✅
78 78 | `ubuntu-22.04` | 24.2 - 27 | ✅
79 79 | `ubuntu-24.04` | 24.3 - 27 | ✅
80 80 | `windows-2019` | 21* - 25 | ✅
@@ -165,7 +165,7 @@ jobs:
165 165 name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
166 166 strategy:
167 167 matrix:
168 otp: ['20.3', '21.3', '22.2']
168 + otp: ['21.1', '22.2', '23.3']
169 169 elixir: ['1.8.2', '1.9.4']
170 170 steps:
171 171 - uses: actions/checkout@v4
@@ -189,7 +189,7 @@ jobs:
189 189 name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
190 190 strategy:
191 191 matrix:
192 otp: ['20.3', '21.3', '22.2']
192 + otp: ['21.1', '22.2', '23.3']
193 193 rebar3: ['3.14.1', '3.14.3']
194 194 steps:
195 195 - uses: actions/checkout@v4
modified action.yml
+1 −3
@@ -1,9 +1,7 @@
1 1 ---
2 2 name: setup-beam
3 3 description: >
4 Set up a BEAM-based CI environment, with Erlang/OTP as a base followed, optionally, by other
5 elements, like Elixir, Gleam, `rebar3` or `hex`, on top of that. Check the [README](https://github.com/erlef/setup-beam)
6 for updated information.
4 + Set up a BEAM-based CI environment, supporting languages and tools such as Erlang/OTP, Elixir, Gleam, `rebar3`, and `hex`.
7 5 author: Erlang Ecosystem Foundation
8 6 branding:
9 7 color: blue

Parents: 1a58ed3