Skip to content

Commit

Permalink
Add Ruby 3.4 to linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Jan 7, 2025
1 parent 9aca654 commit c541a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ['16.0']
xcode: ['16.2']
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
- short: '3.1'
- short: '3.2'
- short: '3.3'
- short: '3.4'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c541a63

Please sign in to comment.