We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d7c4a commit da2925fCopy full SHA for da2925f
.github/workflows/main.yml
@@ -1,24 +1,29 @@
1
name: build
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ schedule:
6
+ - cron: '20 5 * * 1'
7
+ workflow_dispatch:
8
9
jobs:
10
test:
-
11
runs-on: ubuntu-20.04
12
13
strategy:
14
+ fail-fast: false
15
+
16
matrix:
17
ruby-version:
- - 3.2.1
- - 3.1.2
- - 3.0.0
- - 2.7.2
- - 2.6.6
18
- - 2.5.8
19
- - 2.4.10
20
- - 2.3.8
21
- - 2.2.10
+ - 3.2
+ - 3.1
+ - 3.0
+ - 2.7
22
+ - 2.6
23
+ - 2.5
24
+ - 2.4
25
+ - 2.3
26
+ - 2.2
27
- jruby-9.4.3.0
28
- jruby-9.2.14.0
29
- truffleruby-23.0.0
0 commit comments