Skip to content

Commit

Permalink
Add GitHub Actions additional platforms to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed May 22, 2024
1 parent e808ccd commit 56728ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, ubuntu-20.04, macos-latest, macos-13, macos-12, windows-latest, windows-2019]
ruby: ['3.0.7', '3.1', '3.2', '3.3']

steps:
Expand Down

0 comments on commit 56728ed

Please sign in to comment.