Skip to content

Commit

Permalink
Actions - remove Ubuntu-16.04, macOS to 11, add Ubuntu-22.04, Win 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored and ioquatix committed Oct 10, 2022
1 parent 5873ab2 commit 74a7ca2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019 ]
ruby: [ head, 3.0, 2.7, 2.6, 2.5, 2.4, jruby, truffleruby-head ]
os: [ ubuntu-20.04, ubuntu-18.04, macos-11, windows-2019 ]
ruby: [ head, '3.0', 2.7, 2.6, 2.5, 2.4, jruby, truffleruby-head ]
include:
- { os: ubuntu-16.04, ruby: 3.0 }
- { os: ubuntu-16.04, ruby: 2.4 }
- { os: ubuntu-22.04, ruby: head }
- { os: ubuntu-22.04, ruby: 3.1 }
- { os: windows-2022, ruby: ucrt }
- { os: windows-2022, ruby: 3.1 }
exclude:
- { os: windows-2019, ruby: head }
- { os: windows-2019, ruby: jruby }
Expand Down

0 comments on commit 74a7ca2

Please sign in to comment.