Skip to content

Commit

Permalink
Update to Ruby 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 27, 2023
1 parent b686ad1 commit 301bc0f
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.2', jruby-9.0, jruby-9.4]
ruby: ['1.9.3', '3.3', jruby-9.0, jruby-9.4]
tzinfo: [v1, v2]
name_suffix: ['']
experimental: [false]
include:
- ruby: '3.2'
- ruby: '3.3'
tzinfo: head
name_suffix: ' (experimental)'
experimental: true
Expand Down

0 comments on commit 301bc0f

Please sign in to comment.