Skip to content

Commit 937fc33

Browse files
committed
Setup GH action
1 parent 6a2b058 commit 937fc33

File tree

7 files changed

+16
-213
lines changed

7 files changed

+16
-213
lines changed

.circleci/config.yml

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

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Ruby
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
strategy:
8+
fail-fast: false
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Start containers
13+
working-directory: meta_request
14+
run: docker-compose up

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ If you have a problem installing extension from Chrome Store or just want to run
2323

2424
## Supported environments
2525

26-
* Rails 4, 5 and 6
27-
* Ruby 2.x
26+
* Rails 5, 6 and 7
27+
* Ruby 3
2828

2929
## Editor integration
3030

meta_request/Dockerfile-rails-4.2

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

meta_request/Dockerfile-rails-5.0

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

meta_request/Dockerfile-rails-5.1

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

meta_request/docker-compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ services:
55
command: bundle exec rubocop
66
test-unit:
77
build: .
8-
test-rails-4.2:
9-
build:
10-
context: .
11-
dockerfile: Dockerfile-rails-4.2
12-
test-rails-5.0:
13-
build:
14-
context: .
15-
dockerfile: Dockerfile-rails-5.0
16-
test-rails-5.1:
17-
build:
18-
context: .
19-
dockerfile: Dockerfile-rails-5.1
208
test-rails-5.2:
219
build:
2210
context: .

0 commit comments

Comments
 (0)