Skip to content

Commit ec20573

Browse files
committed
Ruby 2.6 EOL
#1052
1 parent 46d746d commit ec20573

17 files changed

+0
-83
lines changed

.github/workflows/aggregate_root.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- ruby: ruby-2.7
3333
gemfile: Gemfile
3434
os: ubuntu-20.04
35-
- ruby: ruby-2.6
36-
gemfile: Gemfile
37-
os: ubuntu-20.04
3835
steps:
3936
- uses: actions/checkout@v2
4037
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/dres_client.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- ruby: ruby-2.7
3838
gemfile: Gemfile
3939
os: ubuntu-20.04
40-
- ruby: ruby-2.6
41-
gemfile: Gemfile
42-
os: ubuntu-20.04
4340
steps:
4441
- uses: actions/checkout@v2
4542
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/dres_rails.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ jobs:
5555
os: ubuntu-20.04
5656
database: postgres://postgres:secret@localhost:10012/rails_event_store?pool=5
5757
datatype: binary
58-
- ruby: ruby-2.6
59-
gemfile: Gemfile
60-
os: ubuntu-20.04
61-
database: postgres://postgres:secret@localhost:10012/rails_event_store?pool=5
62-
datatype: binary
6358
- ruby: ruby-3.0
6459
gemfile: Gemfile
6560
os: ubuntu-20.04

.github/workflows/minitest-ruby_event_store.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- ruby: ruby-2.7
3636
gemfile: Gemfile
3737
os: ubuntu-20.04
38-
- ruby: ruby-2.6
39-
gemfile: Gemfile
40-
os: ubuntu-20.04
4138
steps:
4239
- uses: actions/checkout@v2
4340
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/rails_event_store.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,9 @@ jobs:
4141
- ruby: ruby-2.7
4242
gemfile: Gemfile.rails_6_0
4343
os: ubuntu-20.04
44-
- ruby: ruby-2.6
45-
gemfile: Gemfile.rails_6_0
46-
os: ubuntu-20.04
4744
- ruby: ruby-2.7
4845
gemfile: Gemfile
4946
os: ubuntu-20.04
50-
- ruby: ruby-2.6
51-
gemfile: Gemfile.rails_6_1
52-
os: ubuntu-20.04
5347
steps:
5448
- uses: actions/checkout@v2
5549
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/rails_event_store_active_record.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ jobs:
8888
os: ubuntu-20.04
8989
database: sqlite3:db.sqlite3
9090
datatype: binary
91-
- ruby: ruby-2.6
92-
gemfile: Gemfile.rails_5_2
93-
os: ubuntu-20.04
94-
database: sqlite3:db.sqlite3
95-
datatype: binary
9691
- ruby: ruby-3.1
9792
gemfile: Gemfile
9893
os: ubuntu-20.04
@@ -128,16 +123,6 @@ jobs:
128123
os: ubuntu-20.04
129124
database: sqlite3:db.sqlite3
130125
datatype: binary
131-
- ruby: ruby-2.6
132-
gemfile: Gemfile.rails_6_1
133-
os: ubuntu-20.04
134-
database: sqlite3:db.sqlite3
135-
datatype: binary
136-
- ruby: ruby-2.6
137-
gemfile: Gemfile.rails_6_0
138-
os: ubuntu-20.04
139-
database: sqlite3:db.sqlite3
140-
datatype: binary
141126
steps:
142127
- uses: actions/checkout@v2
143128
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/ruby_event_store-browser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- ruby: ruby-2.7
3333
gemfile: Gemfile
3434
os: ubuntu-20.04
35-
- ruby: ruby-2.6
36-
gemfile: Gemfile
37-
os: ubuntu-20.04
3835
steps:
3936
- uses: actions/checkout@v2
4037
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/ruby_event_store-flipper.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ jobs:
4646
- ruby: ruby-2.7
4747
gemfile: Gemfile.activesupport_6_0
4848
os: ubuntu-20.04
49-
- ruby: ruby-2.6
50-
gemfile: Gemfile.activesupport_6_1
51-
os: ubuntu-20.04
52-
- ruby: ruby-2.6
53-
gemfile: Gemfile.activesupport_6_0
54-
os: ubuntu-20.04
5549
steps:
5650
- uses: actions/checkout@v2
5751
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/ruby_event_store-newrelic.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- ruby: ruby-2.7
3636
gemfile: Gemfile
3737
os: ubuntu-20.04
38-
- ruby: ruby-2.6
39-
gemfile: Gemfile
40-
os: ubuntu-20.04
4138
steps:
4239
- uses: actions/checkout@v2
4340
- run: test -e ${{ matrix.gemfile }}.lock

.github/workflows/ruby_event_store-outbox.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,10 @@ jobs:
7979
gemfile: Gemfile.rails_6_0
8080
os: ubuntu-20.04
8181
database: sqlite3:db.sqlite3
82-
- ruby: ruby-2.6
83-
gemfile: Gemfile.rails_6_0
84-
os: ubuntu-20.04
85-
database: sqlite3:db.sqlite3
8682
- ruby: ruby-2.7
8783
gemfile: Gemfile
8884
os: ubuntu-20.04
8985
database: sqlite3:db.sqlite3
90-
- ruby: ruby-2.6
91-
gemfile: Gemfile.rails_6_1
92-
os: ubuntu-20.04
93-
database: sqlite3:db.sqlite3
9486
- ruby: ruby-3.1
9587
gemfile: Gemfile
9688
os: ubuntu-20.04

0 commit comments

Comments
 (0)