Skip to content

Commit

Permalink
Remove 2.6, 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ukd1 committed Mar 21, 2024
1 parent ad3eafd commit 1a0b332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: ['2.6', '2.7', '3.0', '3.1']
ruby_version: ['3.0', '3.1']
services:
postgres:
image: postgres
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
QC_BENCHMARK: true
QC_BENCHMARK_MAX_TIME_DEQUEUE: 60
QC_BENCHMARK_MAX_TIME_ENQUEUE: 10
QC_BENCHMARK_MAX_TIME_ENQUEUE: 10

0 comments on commit 1a0b332

Please sign in to comment.