Skip to content

Commit f7bf448

Browse files
authored
Bump required Ruby version (#157)
build(gemfile): bump required Ruby version
1 parent 0acb1d8 commit f7bf448

File tree

8 files changed

+301
-419
lines changed

8 files changed

+301
-419
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
tests:
1616
name: Integration and Unit tests
1717
runs-on: ubuntu-latest
18+
env:
19+
NO_COVERAGE: true
1820
strategy:
1921
fail-fast: true
2022
matrix:
21-
ruby: [2.5.8, 2.6.6, 2.7.1]
23+
ruby: [ 3.0.6, 3.1.4, 3.2.3 ]
2224
steps:
2325
- name: Checkout repository
2426
uses: actions/checkout@v3
@@ -89,7 +91,7 @@ jobs:
8991
all-tests:
9092
name: Tests
9193
runs-on: ubuntu-latest
92-
needs: [tests, acceptance-tests]
94+
needs: [ tests, acceptance-tests ]
9395
steps:
9496
- name: Tests summary
9597
run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"

0 commit comments

Comments
 (0)