Skip to content

Commit

Permalink
Update to Ruby 3.2 and JRuby 9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Mar 23, 2023
1 parent a6cc393 commit d87b7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
name: ${{ matrix.ruby }} with TZInfo ${{ matrix.tzinfo }}${{ matrix.name_suffix }}
strategy:
matrix:
ruby: ['1.9.3', '3.1', jruby-9.0, jruby-9.3]
ruby: ['1.9.3', '3.2', jruby-9.0, jruby-9.4]
tzinfo: [v1, v2]
name_suffix: ['']
experimental: [false]
include:
- ruby: '3.1'
- ruby: '3.2'
tzinfo: head
name_suffix: ' (experimental)'
experimental: true
Expand Down

0 comments on commit d87b7fe

Please sign in to comment.