Skip to content

Commit

Permalink
More version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Jun 2, 2024
1 parent 79348ba commit c86bbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

acceptance:
needs: setup_matrix
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
BUNDLE_WITHOUT: development:test:release
strategy:
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.3'
bundler-cache: true
- name: Start gitlab
run: ./scripts/start-gitlab.sh
Expand Down

0 comments on commit c86bbf4

Please sign in to comment.