Skip to content

Commit dd9f7fe

Browse files
committed
Update github actions to run only on still supported ruby versions
1 parent d567712 commit dd9f7fe

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- metrilio
78
pull_request:
89
schedule:
910
- cron: '0 1 * * SUN'
@@ -16,15 +17,10 @@ jobs:
1617
matrix:
1718
ruby:
1819
- head
20+
- '4.0'
21+
- '3.4'
1922
- '3.3'
2023
- '3.2'
21-
- '3.1'
22-
- '3.0'
23-
- '2.7'
24-
- '2.6'
25-
- '2.5'
26-
- '2.4'
27-
- '2.3'
2824
- jruby
2925
- truffleruby-head
3026
continue-on-error: ${{ matrix.ruby == 'head' }}

0 commit comments

Comments
 (0)