@@ -10,31 +10,30 @@ jobs:
10
10
matrix :
11
11
compiler : [gcc, clang]
12
12
python-ruby-version :
13
- - {python: '3.10 ', ruby: '3.1'}
14
- - {python: '3.10 ', ruby: '3.1', other: test-flags-override}
15
- - {python: '3.10 ', ruby: '3.1', other: test-debug}
16
- - {python: '3.10 ', ruby: '3.1', other: linker-bfd}
17
- - {python: '3.10 ', ruby: '3.1', other: linker-gold}
13
+ - {python: '3.11 ', ruby: '3.1'}
14
+ - {python: '3.11 ', ruby: '3.1', other: ' test-flags-override' }
15
+ - {python: '3.11 ', ruby: '3.1', other: ' test-debug' }
16
+ - {python: '3.11 ', ruby: '3.1', other: ' linker-bfd' }
17
+ - {python: '3.11 ', ruby: '3.1', other: ' linker-gold' }
18
18
# Test several Python versions with the latest Ruby version
19
+ - {python: '3.10', ruby: '3.1'}
19
20
- {python: '3.9', ruby: '3.1'}
20
21
- {python: '3.8', ruby: '3.1'}
21
22
- {python: '3.7', ruby: '3.1'}
22
- - {python: '3.6', ruby: '3.1'}
23
- - {python: '3.5', ruby: '3.1'}
24
23
- {python: 'pypy3.7', ruby: '3.1'}
25
24
# Test several Ruby versions with the latest Python version
26
- - {python: '3.10 ', ruby: '3.0'}
27
- - {python: '3.10 ', ruby: '2.7'}
28
- - {python: '3.10 ', ruby: '2.6'}
29
- - {python: '3.10 ', ruby: '2.5'}
25
+ - {python: '3.11 ', ruby: '3.0'}
26
+ - {python: '3.11 ', ruby: '2.7'}
27
+ - {python: '3.11 ', ruby: '2.6'}
28
+ - {python: '3.11 ', ruby: '2.5'}
30
29
exclude :
31
30
- compiler : clang
32
- python-ruby-version : {python: '3.10 ', ruby: '3.1', other: linker-bfd}
31
+ python-ruby-version : {python: '3.11 ', ruby: '3.1', other: ' linker-bfd' }
33
32
- compiler : clang
34
- python-ruby-version : {python: '3.10 ', ruby: '3.1', other: linker-gold}
33
+ python-ruby-version : {python: '3.11 ', ruby: '3.1', other: ' linker-gold' }
35
34
include :
36
35
- compiler : gcc
37
- python-ruby-version : {python: '3.10 ', ruby: '3.1', other: sanitizers}
36
+ python-ruby-version : {python: '3.11 ', ruby: '3.1', other: ' sanitizers' }
38
37
39
38
steps :
40
39
- uses : actions/checkout@v3
0 commit comments