Skip to content

Commit 6a29de1

Browse files
committed
update test targets
1 parent 70da234 commit 6a29de1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/spec.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
spec:
1414
strategy:
1515
matrix:
16-
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'
16+
os: ['ubuntu-22.04', 'ubuntu-24.04']
17+
ruby-version: ['3.2', '3.3', '3.4']
2118
runs-on: ${{ matrix.os }}
2219

2320
steps:

0 commit comments

Comments
 (0)