Skip to content

Commit

Permalink
Test Windows builds against Ruby 3.4
Browse files Browse the repository at this point in the history
Now that Ruby 3.4 has been released, Ruby HEAD now points to 3.5.0.dev
so we need to fix the versions used for the Windows builds.
  • Loading branch information
mudge committed Jan 9, 2025
1 parent a900e67 commit 1d53e31
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 @@ -179,7 +179,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.2", "3.3", "head"]
ruby: ["3.1", "3.2", "3.3", "3.4"]
runs-on: "windows-2022"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.2", "3.3", "head"]
ruby: ["3.1", "3.2", "3.3", "3.4"]
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1d53e31

Please sign in to comment.