Try current state with Ubuntu 22.04 (#124)

This commit is contained in:
Paulo F. Oliveira
2022-07-13 03:59:53 +01:00
committed by GitHub
parent ae1b3f83c0
commit caa49b0658
4 changed files with 12 additions and 0 deletions
+8
View File
@@ -21,6 +21,14 @@ jobs:
fail-fast: false
matrix:
combo:
- otp-version: '25'
elixir-version: '1'
rebar3-version: '3'
os: 'ubuntu-22.04'
- otp-version: '24'
elixir-version: '1'
rebar3-version: '3'
os: 'ubuntu-22.04'
- otp-version: '25.0'
elixir-version: 'v1.13.4-otp-25'
rebar3-version: '3.18.0'
+2
View File
@@ -51,6 +51,7 @@ and Erlang/OTP.
|- |- |-
| ubuntu-18.04 | 17 - 25 | ✅
| ubuntu-20.04 | 20 - 25 | ✅
| ubuntu-22.04 | 24.2 - 25 | ✅
| windows-2019 | 21* - 25 | ✅
| windows-2022 | 21* - 25 | ✅
@@ -65,6 +66,7 @@ uses that to download assets:
|- |-
| ubuntu18 | ubuntu-18.04
| ubuntu20 | ubuntu-20.04
| ubuntu22 | ubuntu-22.04
| win19 | windows-2019
| win22 | windows-2022
+1
View File
@@ -6457,6 +6457,7 @@ function getRunnerOSVersion() {
const ImageOSToContainer = {
ubuntu18: 'ubuntu-18.04',
ubuntu20: 'ubuntu-20.04',
ubuntu22: 'ubuntu-22.04',
win19: 'windows-2019',
win22: 'windows-2022',
}
+1
View File
@@ -405,6 +405,7 @@ function getRunnerOSVersion() {
const ImageOSToContainer = {
ubuntu18: 'ubuntu-18.04',
ubuntu20: 'ubuntu-20.04',
ubuntu22: 'ubuntu-22.04',
win19: 'windows-2019',
win22: 'windows-2022',
}