Skip to content

Commit

Permalink
Merge branch 'test/ceedling_0_32_rc' of ssh://github.com/ThrowTheSwit…
Browse files Browse the repository at this point in the history
…ch/Ceedling into test/ceedling_0_32_rc
  • Loading branch information
mvandervoord committed Jan 1, 2025
2 parents 59d7d77 + 358b683 commit 0dfd46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
steps:
# Use a cache for our tools to speed up testing
- uses: actions/cache@v4
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
steps:
# Use a cache for our tools to speed up testing
- uses: actions/cache@v4
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [3.2]
ruby: [3.3]

steps:
# Checks out repository under $GITHUB_WORKSPACE
Expand Down

0 comments on commit 0dfd46e

Please sign in to comment.