We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438a7f9 commit 9ce767bCopy full SHA for 9ce767b
.github/workflows/rspec.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- ruby: ["3.1", "3.2", "3.3", "3.4"]
+ ruby: ["3.1", "3.2", "3.3", "3.4", "4.0", "head"]
25
26
steps:
27
- name: Harden the runner (Audit all outbound calls)
0 commit comments