Skip to content

Commit 4a82bd3

Browse files
committed
ci: CI against Ruby v3.4
rspec -> test
1 parent cf97551 commit 4a82bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Test
22
on:
33
push:
44
jobs:
5-
rspec:
5+
test:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest]
9-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
9+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)