Skip to content

Commit

Permalink
(maint) Update PR testing
Browse files Browse the repository at this point in the history
Test on both main & 3.x instead of 4.x, test all supported versions of
Ruby on Linux, test JRuby 9.3 & 9.4 (support 2.6 & 3.1 compat resp), and
run oldest and newest versions of Ruby on Windows. Also update windows
to use latest release rather than 2019.
  • Loading branch information
justinstoller committed Jul 26, 2023
1 parent e1f5ffa commit f216fe8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rspec_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Rspec tests
on:
pull_request:
branches:
- 4.x
- main
- 3.x

jobs:
rspec_tests:
Expand All @@ -16,8 +17,9 @@ jobs:
- {os: ubuntu-latest, ruby: 3.1}
- {os: ubuntu-latest, ruby: 3.2}
- {os: ubuntu-latest, ruby: jruby-9.3}
- {os: windows-2019, ruby: 2.6}
- {os: windows-2019, ruby: 2.7}
- {os: ubuntu-latest, ruby: jruby-9.4}
- {os: windows-latest, ruby: 2.6}
- {os: windows-latest, ruby: 3.2}

runs-on: ${{ matrix.cfg.os }}
steps:
Expand Down

0 comments on commit f216fe8

Please sign in to comment.