mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Also removed deprecated ubuntu-18.04
This commit is contained in:
committed by
Benoit Daloze
parent
db791aad7b
commit
92aece5fc9
@@ -17,7 +17,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
|
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
|
||||||
ruby: [
|
ruby: [
|
||||||
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', ruby-head,
|
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', ruby-head,
|
||||||
jruby, jruby-head,
|
jruby, jruby-head,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
|
|||||||
|
|
||||||
| Operating System | Supported |
|
| Operating System | Supported |
|
||||||
| ---------------- | --------- |
|
| ---------------- | --------- |
|
||||||
| Ubuntu | `ubuntu-18.04`, `ubuntu-20.04`, `ubuntu-22.04` |
|
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04` |
|
||||||
| macOS | `macos-11`, `macos-12` |
|
| macOS | `macos-11`, `macos-12` |
|
||||||
| Windows | `windows-2019`, `windows-2022` |
|
| Windows | `windows-2019`, `windows-2022` |
|
||||||
|
|
||||||
|
|||||||
@@ -160,7 +160,6 @@ function getImageOS() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const supportedPlatforms = [
|
export const supportedPlatforms = [
|
||||||
'ubuntu-18.04',
|
|
||||||
'ubuntu-20.04',
|
'ubuntu-20.04',
|
||||||
'ubuntu-22.04',
|
'ubuntu-22.04',
|
||||||
'macos-11',
|
'macos-11',
|
||||||
|
|||||||
-1
@@ -468,7 +468,6 @@ function getImageOS() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const supportedPlatforms = [
|
const supportedPlatforms = [
|
||||||
'ubuntu-18.04',
|
|
||||||
'ubuntu-20.04',
|
'ubuntu-20.04',
|
||||||
'ubuntu-22.04',
|
'ubuntu-22.04',
|
||||||
'macos-11',
|
'macos-11',
|
||||||
|
|||||||
Reference in New Issue
Block a user