Skip to content

Commit

Permalink
chore: update ruby version on ci [force release]
Browse files Browse the repository at this point in the history
  • Loading branch information
matthv authored Feb 25, 2025
1 parent 3bf698c commit 94a0dd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2"]
ruby-version: ["3.2", "3.3"]
packages:
- forest_admin_agent
- forest_admin_datasource_active_record
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
needs: [lint]
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2"]
ruby-version: ["3.2", "3.3"]
packages:
- forest_admin_agent
- forest_admin_datasource_active_record
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
cd -
- name: Upload coverage
if: ${{ matrix.ruby-version == '3.2' }}
if: ${{ matrix.ruby-version == '3.3' }}
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.ruby-version }}-${{ matrix.packages }}
Expand All @@ -89,7 +89,7 @@ jobs:
needs: [test]
strategy:
matrix:
ruby-version: ["3.2"]
ruby-version: ["3.3"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 94a0dd2

Please sign in to comment.