Skip to content

Commit f423431

Browse files
committed
Fix typo
1 parent 98b1a5a commit f423431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
ruby: [ 'jruby-9.3', 'jruby-9.4', '2.6', '3.3' ]
24-
python: [ '3.6', '3.112' ]
24+
python: [ '3.6', '3.12' ]
2525
platform: [ ubuntu-20.04, macos-latest, windows-2019 ]
2626
runs-on: ${{ matrix.platform }}
2727
steps:

0 commit comments

Comments
 (0)