1 parent af90ecc commit 3e0aeaeCopy full SHA for 3e0aeae
1 file changed
.github/workflows/main.yml
@@ -15,14 +15,7 @@ permissions:
15
jobs:
16
build:
17
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
-
+ name: Ruby
26
steps:
27
- name: Update apt and Install sdl
28
run: |
@@ -32,7 +25,6 @@ jobs:
32
- name: Set up Ruby
33
uses: ruby/setup-ruby@v1
34
with:
35
- ruby-version: ${{ matrix.ruby }}
36
bundler-cache: true
37
29
- name: Run the default task
38
30
run: bundle exec rake
0 commit comments