Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Feb 2, 2024
1 parent 1d7a13c commit 8169d53
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ jobs:
strategy:
matrix:
ruby-version:
[
"2.5",
"2.6",
"2.7",
"3.0",
"3.1",
"jruby-9.2",
"jruby-9.3",
"truffleruby-21",
"truffleruby-22",
]
["3.0", "3.1", "3.2", "3.3", "jruby-9.4", "truffleruby-23"]
flaky: [false]
include:
- ruby-version: "ruby-head"
Expand All @@ -27,7 +17,7 @@ jobs:
- ruby-version: "truffleruby-head"
flaky: true
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 8169d53

Please sign in to comment.