Skip to content

Commit

Permalink
Updated the required ruby version on lint.yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <Ashique.saidalavi@progress.com>
  • Loading branch information
ashiqueps committed Mar 20, 2023
1 parent b5c56cd commit 7db63a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 2.7
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- run: bundle exec cookstyle

0 comments on commit 7db63a3

Please sign in to comment.