We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5af23d commit 7d29ae6Copy full SHA for 7d29ae6
.github/workflows/ci.yml
@@ -2,19 +2,19 @@ name: CI
2
on:
3
pull_request:
4
branches:
5
- - '*'
+ - "*"
6
7
push:
8
9
10
11
jobs:
12
test:
13
runs-on: ubuntu-latest
14
strategy:
15
fail-fast: false
16
matrix:
17
- ruby: ['2.7']
+ ruby: ["3.4.4"]
18
19
steps:
20
- name: Checkout
.tool-versions
@@ -1 +1 @@
1
-ruby 2.7.3
+ruby 3.4.4
0 commit comments