25
25
- ubuntu-20.04
26
26
- macos-latest
27
27
ruby :
28
+ - " 3.3"
28
29
- " 3.2"
29
30
- " 3.1"
30
31
- " 3.0"
42
43
- { os: ubuntu-20.04 , ruby: 2.4 , python: "3.x" , python_architecture: x64 , venv: "" }
43
44
44
45
# Ruby 2.7 with Each Python 3.x
46
+ - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.12" , python_architecture: x64 , venv: "" }
45
47
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.11" , python_architecture: x64 , venv: "" }
46
48
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.10" , python_architecture: x64 , venv: "" }
47
49
- { os: ubuntu-20.04 , ruby: 2.7 , python: "3.9" , python_architecture: x64 , venv: "" }
@@ -52,12 +54,12 @@ jobs:
52
54
# Ruby-debug with the latest Python 3
53
55
- { os: ubuntu-20.04 , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
54
56
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:" }
57
59
58
60
# 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:" }
61
63
62
64
# - { os: macos-latest , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
63
65
0 commit comments