Skip to content

Commit

Permalink
Test on Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Mar 12, 2024
1 parent 4757d96 commit 4f24532
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
ruby: [ '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'truffleruby-22.3' ]
ruby: [
'2.7',
'3.0', '3.1', '3.2', '3.3',
'jruby-9.3', 'jruby-9.4',
'truffleruby-22.3' ]
experimental: [ false ]
tz: [ '', 'UTC', 'Asia/Tokyo', 'America/Chicago' ]
fail-fast: false
Expand Down Expand Up @@ -44,7 +48,7 @@ jobs:
matrix:
os: [ windows-2019 ]
#ruby: [ '2.5', '2.6', '2.7', '3.0', jruby-9.3 ]
ruby: [ '2.7', '3.0', '3.1' ]
ruby: [ '2.7', '3.0', '3.1', '3.3' ]
experimental: [ false ]
tz: [ 'UTC', 'Tokyo Standard Time', 'Eastern Standard Time' ]
fail-fast: false
Expand Down

0 comments on commit 4f24532

Please sign in to comment.