Skip to content

Commit

Permalink
Fix github actions CI config to work with Ruby 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jan 28, 2025
1 parent 3c5adf6 commit 4f26eee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
name: Rspec and Rubocop
timeout-minutes: 3
strategy:
matrix:
ruby:
- '3.2.2'

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 4f26eee

Please sign in to comment.