Skip to content

Commit

Permalink
Add Ruby 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 27, 2023
1 parent e2df4f7 commit 6d10244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
ruby: ['2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
ruby: ['2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]
name_suffix: ['']
experimental: [false]
include:
- os: ubuntu-22.04
ruby: '3.2'
ruby: '3.3'
name_suffix: ''
experimental: false
- os: ubuntu-20.04
Expand Down

0 comments on commit 6d10244

Please sign in to comment.