diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2024-12-31 15:10:20 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2024-12-31 16:19:18 +0100 |
| commit | da1c06e747f3fa64713d0dc3e579099f1e118bcc (patch) | |
| tree | b811d2f1ca1c94b10b601b5e64ad841d46248bc6 | |
| parent | c0e2623966ea72b2b7781a13dab47ad50c362c98 (diff) | |
Add 3.4 to the spec_guards workflow
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12492
| -rw-r--r-- | .github/workflows/spec_guards.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 321099f024..76eac95f39 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -43,6 +43,7 @@ jobs: - ruby-3.1 - ruby-3.2 - ruby-3.3 + - ruby-3.4 steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
