Skip to content

Commit ccdca7f

Browse files
authored
Add Ruby 4.0 to CI matrix (#938)
Add Ruby 4.0 to CI matrix
1 parent bb50cdf commit ccdca7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Specs
1010
strategy:
1111
matrix:
12-
ruby: ['3.2', '3.3', '3.4']
12+
ruby: ['3.2', '3.3', '3.4', '4.0']
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
@@ -27,7 +27,7 @@ jobs:
2727
name: Integrations
2828
strategy:
2929
matrix:
30-
ruby: ['3.2', '3.3', '3.4']
30+
ruby: ['3.2', '3.3', '3.4', '4.0']
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout code

0 commit comments

Comments
 (0)