File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,26 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
ruby-version :
19
- - 3.2.0
20
- - 3.1.3
21
- - 3.0.5
22
- - 2.7.7
23
- - 2.6.6
24
- - 2.5.8
25
- - 2.4.10
19
+ - 3.2
20
+ - 3.1
21
+ - ' 3.0'
22
+ - 2.7
23
+ - 2.6
24
+ - 2.5
25
+ - 2.4
26
26
gemfile :
27
27
- openssl_3_1
28
28
- openssl_3_0
29
29
- openssl_2_2
30
30
- openssl_2_1
31
31
exclude :
32
- - ruby-version : ' 2.4.10 '
32
+ - ruby-version : ' 2.4'
33
33
gemfile : openssl_3_0
34
- - ruby-version : ' 2.5.8 '
34
+ - ruby-version : ' 2.5'
35
35
gemfile : openssl_3_0
36
- - ruby-version : ' 2.4.10 '
36
+ - ruby-version : ' 2.4'
37
37
gemfile : openssl_3_1
38
- - ruby-version : ' 2.5.8 '
38
+ - ruby-version : ' 2.5'
39
39
gemfile : openssl_3_1
40
40
env :
41
41
BUNDLE_GEMFILE : gemfiles/${{ matrix.gemfile }}.gemfile
49
49
bundler-cache : true
50
50
- name : Run rubocop
51
51
run : bundle exec rubocop
52
- if : ${{ matrix.ruby == '3.2.0 ' }}
52
+ if : ${{ matrix.ruby == '3.2' }}
53
53
- name : Run tests
54
54
run : bundle exec rspec
You can’t perform that action at this time.
0 commit comments