Skip to content

Commit

Permalink
Bump required Ruby version (#157)
Browse files Browse the repository at this point in the history
build(gemfile): bump required Ruby version
  • Loading branch information
parfeon authored Jan 29, 2024
1 parent 0acb1d8 commit f7bf448
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 419 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
tests:
name: Integration and Unit tests
runs-on: ubuntu-latest
env:
NO_COVERAGE: true
strategy:
fail-fast: true
matrix:
ruby: [2.5.8, 2.6.6, 2.7.1]
ruby: [ 3.0.6, 3.1.4, 3.2.3 ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -89,7 +91,7 @@ jobs:
all-tests:
name: Tests
runs-on: ubuntu-latest
needs: [tests, acceptance-tests]
needs: [ tests, acceptance-tests ]
steps:
- name: Tests summary
run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"
Loading

0 comments on commit f7bf448

Please sign in to comment.