Skip to content

Commit cfa81a1

Browse files
committed
Update postgresql test gems, remove tests on Rails 6.1
1 parent 404c197 commit cfa81a1

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
include:
4545
- gemfile: Gemfile
4646
ruby: 3.2
47-
# Rails 6.1 is tested with Postgresql below
4847
- gemfile: gemfiles/rails_7.0.gemfile
4948
ruby: 3.1
5049
- gemfile: gemfiles/rails_master.gemfile
@@ -93,7 +92,7 @@ jobs:
9392
--health-timeout 5s
9493
--health-retries 5
9594
steps:
96-
- run: echo BUNDLE_GEMFILE='gemfiles/rails_6.1_postgresql.gemfile' > $GITHUB_ENV
95+
- run: echo BUNDLE_GEMFILE='gemfiles/rails_7.1_postgresql.gemfile' > $GITHUB_ENV
9796
- run: echo DATABASE='POSTGRESQL' > $GITHUB_ENV
9897
- run: echo PGPASSWORD='postgres' > $GITHUB_ENV
9998
- run: echo GRAPHQL_CPARSER=1 > $GITHUB_ENV

gemfiles/rails_6.1.gemfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

gemfiles/rails_6.1_postgresql.gemfile renamed to gemfiles/rails_7.1_postgresql.gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ gem "bootsnap"
66
gem "ruby-prof", platform: :ruby
77
gem "pry"
88
gem "pry-stack_explorer", platform: :ruby
9-
gem "rails", "~> 6.1.0", require: "rails/all"
9+
gem "rails", "~> 7.1.0", require: "rails/all"
1010
gem "pg", platform: :ruby
1111
gem "sequel"
12+
gem "evt"
13+
gem "async"
1214

1315
gemspec path: "../"

0 commit comments

Comments
 (0)