Skip to content

Commit 74a7ca2

Browse files
MSP-Gregioquatix
authored andcommitted
Actions - remove Ubuntu-16.04, macOS to 11, add Ubuntu-22.04, Win 2022
1 parent 5873ab2 commit 74a7ca2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019 ]
18-
ruby: [ head, 3.0, 2.7, 2.6, 2.5, 2.4, jruby, truffleruby-head ]
17+
os: [ ubuntu-20.04, ubuntu-18.04, macos-11, windows-2019 ]
18+
ruby: [ head, '3.0', 2.7, 2.6, 2.5, 2.4, jruby, truffleruby-head ]
1919
include:
20-
- { os: ubuntu-16.04, ruby: 3.0 }
21-
- { os: ubuntu-16.04, ruby: 2.4 }
20+
- { os: ubuntu-22.04, ruby: head }
21+
- { os: ubuntu-22.04, ruby: 3.1 }
22+
- { os: windows-2022, ruby: ucrt }
23+
- { os: windows-2022, ruby: 3.1 }
2224
exclude:
2325
- { os: windows-2019, ruby: head }
2426
- { os: windows-2019, ruby: jruby }

0 commit comments

Comments
 (0)