Skip to content

Commit be0d734

Browse files
Merge pull request #15 from bastelfreak/ci4
CI: Delete unused workflows & Uplift Ruby Versions to 3.2
2 parents 1a748f8 + 11a7f9d commit be0d734

18 files changed

+24
-114
lines changed

.github/workflows/apply.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
tests:
2626
name: Tests
2727
strategy:
28+
fail-fast: false
2829
matrix:
2930
os: [ubuntu-22.04, windows-latest]
30-
ruby: [3.1]
31+
ruby: [3.2]
3132
runs-on: ${{ matrix.os }}
3233
steps:
3334
- name: Checkout repository
@@ -37,8 +38,6 @@ jobs:
3738
with:
3839
ruby-version: ${{ matrix.ruby }}
3940
bundler-cache: true
40-
- name: Update gems
41-
run: bundle update
4241
- name: Cache modules
4342
id: modules
4443
uses: actions/cache@v4

.github/workflows/bolt_server.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
tests:
2727
name: Tests
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
os: [ubuntu-22.04, windows-latest]
31-
ruby: [3.1]
32+
ruby: [3.2]
3233
runs-on: ${{ matrix.os }}
3334
steps:
3435
- name: Checkout repository
@@ -38,8 +39,6 @@ jobs:
3839
with:
3940
ruby-version: ${{ matrix.ruby }}
4041
bundler-cache: true
41-
- name: Update gems
42-
run: bundle update
4342
- name: Cache modules
4443
id: modules
4544
uses: actions/cache@v4

.github/workflows/bolt_spec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
tests:
2727
name: Tests
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
os: [ubuntu-22.04, windows-latest]
31-
ruby: [3.1]
32+
ruby: [3.2]
3233
runs-on: ${{ matrix.os }}
3334
steps:
3435
- name: Checkout repository
@@ -38,8 +39,6 @@ jobs:
3839
with:
3940
ruby-version: ${{ matrix.ruby }}
4041
bundler-cache: true
41-
- name: Update gems
42-
run: bundle update
4342
- name: Cache modules
4443
id: modules
4544
uses: actions/cache@v4

.github/workflows/docker_transport.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
23-
ruby: [3.1]
23+
ruby: [3.2]
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
@@ -29,8 +29,6 @@ jobs:
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
32-
- name: Update gems
33-
run: bundle update
3432
- name: Cache modules
3533
id: modules
3634
uses: actions/cache@v4

.github/workflows/docs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
- name: Setup Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: 2.7
29+
ruby-version: 3.2
3030
bundler-cache: true
31-
- name: Update gems
32-
run: bundle update
3331
- name: Generate docs
3432
run: bundle exec rake docs:all
3533
- name: Run DITA

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.7
21+
ruby-version: 3.2
2222
- name: Install rubocop
2323
run: |
2424
gem install rubocop --version 1.9.1

.github/workflows/linux.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
23-
ruby: [3.1]
23+
ruby: [3.2]
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
@@ -29,8 +29,6 @@ jobs:
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
32-
- name: Update gems
33-
run: bundle update
3432
- name: Cache modules
3533
id: modules
3634
uses: actions/cache@v4

.github/workflows/local_transport.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
tests:
2626
name: Tests
2727
strategy:
28+
fail-fast: false
2829
matrix:
2930
os: [ubuntu-22.04, windows-latest]
30-
ruby: [3.1]
31+
ruby: [3.2]
3132
runs-on: ${{ matrix.os }}
3233
steps:
3334
- name: Checkout repository
@@ -37,8 +38,6 @@ jobs:
3738
with:
3839
ruby-version: ${{ matrix.ruby }}
3940
bundler-cache: true
40-
- name: Update gems
41-
run: bundle update
4241
- name: Cache modules
4342
id: modules
4443
uses: actions/cache@v4

.github/workflows/mend.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/modules.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
23-
ruby: [3.1]
23+
ruby: [3.2]
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
@@ -29,8 +29,6 @@ jobs:
2929
with:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
32-
- name: Update gems
33-
run: bundle update
3432
- name: Run module tests
3533
run: bundle exec rake ci:modules
3634

@@ -39,7 +37,7 @@ jobs:
3937
runs-on: windows-latest
4038
strategy:
4139
matrix:
42-
ruby: [3.1]
40+
ruby: [3.2]
4341
env:
4442
BOLT_WINDOWS: true
4543
steps:
@@ -50,7 +48,5 @@ jobs:
5048
with:
5149
ruby-version: ${{ matrix.ruby }}
5250
bundler-cache: true
53-
- name: Update gems
54-
run: bundle update
5551
- name: Run module tests
5652
run: bundle exec rake ci:modules

0 commit comments

Comments
 (0)