Skip to content

Commit 092e647

Browse files
committed
[CI] Adds QUIET:true, drops Ruby 2.7 in tests
fixup
1 parent 5ca772f commit 092e647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/7x_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
env:
1313
TEST_ES_SERVER: http://localhost:9200
1414
RAILS_VERSIONS: '6.0,7.0'
15+
QUIET: true
1516
strategy:
1617
fail-fast: false
1718
matrix:
18-
ruby: ['2.7', '3.0']
19+
ruby: ['3.0']
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)