Skip to content

Commit

Permalink
Fixes #35250 - Run tests only on ruby 2.7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Jul 25, 2022
1 parent ab74919 commit ed2ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
foreman-core-branch: [develop]
ruby-version: [2.5, 2.6, 2.7]
ruby-version: [2.7]
node-version: [12]
steps:
- run: sudo apt-get update
Expand Down

0 comments on commit ed2ec14

Please sign in to comment.