Skip to content

Commit 3e0aeae

Browse files
authored
Simplify Ruby job configuration in workflow
Removed Ruby version matrix and simplified job name.
1 parent af90ecc commit 3e0aeae

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ permissions:
1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest
18-
name: Ruby ${{ matrix.ruby }}
19-
strategy:
20-
matrix:
21-
ruby:
22-
- "3.3.10"
23-
- "3.4.8"
24-
- "4.0.1"
25-
18+
name: Ruby
2619
steps:
2720
- name: Update apt and Install sdl
2821
run: |
@@ -32,7 +25,6 @@ jobs:
3225
- name: Set up Ruby
3326
uses: ruby/setup-ruby@v1
3427
with:
35-
ruby-version: ${{ matrix.ruby }}
3628
bundler-cache: true
3729
- name: Run the default task
3830
run: bundle exec rake

0 commit comments

Comments
 (0)