Skip to content

Commit 556b427

Browse files
Merge pull request #3 from CloCkWeRX/patch-1
Add Ruby 3.4 to CI
2 parents 885fd83 + bcc3cc4 commit 556b427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
gemfile: [rspec_3.3.gemfile, rspec_3.4.gemfile, rspec_3.5.gemfile, rspec_3.7.gemfile, rspec_3.9.gemfile, rspec_3.10.gemfile, rspec_3.11.gemfile, rspec_3.12.gemfile, rspec_3.13.gemfile]
18-
ruby-version: [ '2.7', '3.0', '3.1', '3.3']
18+
ruby-version: [ '2.7', '3.0', '3.1', '3.3', '3.4']
1919
exclude:
2020
- ruby-version: '2.7'
2121
gemfile: 'rspec_3.13.gemfile'
@@ -50,4 +50,4 @@ jobs:
5050

5151
- name: Run tests
5252
run: |
53-
bundle exec rspec
53+
bundle exec rspec

0 commit comments

Comments
 (0)