Skip to content

Commit

Permalink
build(gemfile): bump required Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Jan 26, 2024
1 parent 0acb1d8 commit 78d5c8b
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 412 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
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 +89,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 78d5c8b

Please sign in to comment.