Skip to content

Commit

Permalink
fix build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jan 2, 2025
1 parent 741dee3 commit 1a82cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
- os: windows-latest
ruby: truffleruby
- gemfile: gemfiles/rails_6_1.gemfile
ruby: 3.4
ruby: '3.4'
- gemfile: gemfiles/rails_7_0.gemfile
ruby: 3.4
ruby: '3.4'
- gemfile: gemfiles/rails_8_0.gemfile
ruby: 3.1
ruby: '3.1'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1a82cff

Please sign in to comment.