Skip to content

Commit

Permalink
Update Ruby versions in GitHub Actions workflow to 3.3 and 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weilandia committed Jul 12, 2024
1 parent a6fe77d commit 713081d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.2
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.1
- ruby: 3.2
gemfile: Gemfile
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 713081d

Please sign in to comment.