Skip to content

Commit

Permalink
Update GitHub workflow to match Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed May 4, 2024
1 parent ed97cb1 commit 3f552e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
script: [ "3.0", "3.1", "3.2", "stable" ]
script: [ "3.1", "3.2", "3.3", "stable" ]
platform: [ "debian", "ubuntu" ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3f552e0

Please sign in to comment.