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 25cb82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ PLATFORMS
x64-mingw-ucrt
x64-mingw32
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

Expand Down

0 comments on commit 25cb82e

Please sign in to comment.