Skip to content

Commit db0c570

Browse files
committed
Remove Rails <6.1 and Ruby <2.7 from the test matrix
1 parent 0bf6faf commit db0c570

7 files changed

+0
-297
lines changed

.github/workflows/test.yml

-45
Original file line numberDiff line numberDiff line change
@@ -10,47 +10,6 @@ on:
1010
- master
1111

1212
jobs:
13-
test_mysql:
14-
runs-on: ubuntu-24.04
15-
16-
services:
17-
mysql:
18-
image: mysql:5.7
19-
env:
20-
MYSQL_ROOT_PASSWORD: password
21-
ports:
22-
- 3306:3306
23-
options: >-
24-
--health-cmd="mysqladmin ping"
25-
--health-interval=10s
26-
--health-timeout=5s
27-
--health-retries=3
28-
29-
strategy:
30-
fail-fast: false
31-
matrix:
32-
include:
33-
- ruby: 2.5.3
34-
gemfile: Gemfile.5.0
35-
- ruby: 2.5.3
36-
gemfile: Gemfile.5.1
37-
38-
env:
39-
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
40-
41-
steps:
42-
- uses: actions/checkout@v3
43-
- name: Install ruby
44-
uses: ruby/setup-ruby@v1
45-
with:
46-
ruby-version: ${{ matrix.ruby }}
47-
bundler-cache: true
48-
- name: Setup databases
49-
run: |
50-
mysql -e 'create database IF NOT EXISTS assignable_values_test;' -u root --password=password -P 3306 -h 127.0.0.1
51-
- name: Run tests
52-
run: bundle exec rspec
53-
5413
test_pg:
5514
runs-on: ubuntu-24.04
5615

@@ -72,10 +31,6 @@ jobs:
7231
fail-fast: false
7332
matrix:
7433
include:
75-
- ruby: 2.5.3
76-
gemfile: Gemfile.5.1.pg
77-
- ruby: 2.5.3
78-
gemfile: Gemfile.6.1.pg
7934
- ruby: 2.7.3
8035
gemfile: Gemfile.6.1.pg
8136
- ruby: 2.7.3

Gemfile.5.0

-16
This file was deleted.

Gemfile.5.0.lock

-68
This file was deleted.

Gemfile.5.1

-16
This file was deleted.

Gemfile.5.1.lock

-68
This file was deleted.

Gemfile.5.1.pg

-16
This file was deleted.

Gemfile.5.1.pg.lock

-68
This file was deleted.

0 commit comments

Comments
 (0)