Skip to content

Commit a5bdecd

Browse files
committed
update test target
1 parent 70f4c3d commit a5bdecd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/spec.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: ['ubuntu-20.04', 'ubuntu-22.04']
17-
ruby-version: ['3.1', '3.2', '3.3']
18-
include:
19-
- os: 'ubuntu-20.04'
20-
ruby-version: '3.0'
17+
ruby-version: ['3.2', '3.3', '3.4']
2118
runs-on: ${{ matrix.os }}
2219

2320
steps:

0 commit comments

Comments
 (0)