Skip to content

Commit 6148f40

Browse files
committed
Test on ubuntu-22.04
1 parent 699560a commit 6148f40

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11, macos-12, windows-2019, windows-2022 ]
20+
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12, windows-2019, windows-2022 ]
2121
ruby: [ '1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', ruby-head, jruby, jruby-head, truffleruby, truffleruby-head, truffleruby+graalvm, truffleruby+graalvm-head ]
2222
include:
23-
- { os: ubuntu-22.04, ruby: '3.1.0' }
24-
- { os: ubuntu-22.04, ruby: '3.1' }
25-
- { os: ubuntu-22.04, ruby: '3.2.0-preview1' }
26-
- { os: ubuntu-22.04, ruby: ruby-head }
2723
- { os: windows-2019, ruby: mingw }
2824
- { os: windows-2019, ruby: mswin }
2925
- { os: windows-2022, ruby: mingw }

0 commit comments

Comments
 (0)