Skip to content

Commit fc62cdc

Browse files
committed
CI: Update Ruby and Python versions
1 parent 81360ac commit fc62cdc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- ubuntu-20.04
2626
- macos-latest
2727
ruby:
28+
- "3.3"
2829
- "3.2"
2930
- "3.1"
3031
- "3.0"
@@ -42,6 +43,7 @@ jobs:
4243
- { os: ubuntu-20.04 , ruby: 2.4 , python: "3.x" , python_architecture: x64 , venv: "" }
4344

4445
# Ruby 2.7 with Each Python 3.x
46+
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.12" , python_architecture: x64 , venv: "" }
4547
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.11" , python_architecture: x64 , venv: "" }
4648
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.10" , python_architecture: x64 , venv: "" }
4749
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.9" , python_architecture: x64 , venv: "" }
@@ -52,12 +54,12 @@ jobs:
5254
# Ruby-debug with the latest Python 3
5355
- { os: ubuntu-20.04 , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
5456

55-
# Ruby 3.1 with the latest Python 3 with venv
56-
- { os: ubuntu-20.04 , ruby: "3.1" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
57+
# The latest stable Ruby with the latest Python 3 with venv
58+
- { os: ubuntu-20.04 , ruby: "3.3" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
5759

5860
# macOS with venv
59-
- { os: macos-latest , ruby: "3.1" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
60-
- { os: macos-latest , ruby: "3.1" , python: "3.8" , python_architecture: x64 , venv: "venv:" }
61+
- { os: macos-latest , ruby: "3.3" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
62+
- { os: macos-latest , ruby: "3.3" , python: "3.8" , python_architecture: x64 , venv: "venv:" }
6163

6264
#- { os: macos-latest , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
6365

0 commit comments

Comments
 (0)