|
18 | 18 | strategy: |
19 | 19 | matrix: |
20 | 20 | python_version: ["3.9", "3.10", "3.11", "3.12-rc"] |
21 | | - debian_codename: ["buster", "bullseye"] |
| 21 | + debian_codename: ["bullseye", "bookworm"] |
22 | 22 | container: |
23 | 23 | image: ghcr.io/corvan/black:${{ matrix.python_version }}-${{ matrix.debian_codename }} |
24 | 24 | credentials: |
|
35 | 35 | strategy: |
36 | 36 | matrix: |
37 | 37 | python_version: [ "3.9", "3.10", "3.11", "3.12-rc" ] |
38 | | - debian_codename: [ "buster", "bullseye" ] |
| 38 | + debian_codename: ["bullseye", "bookworm"] |
39 | 39 | container: |
40 | 40 | image: ghcr.io/corvan/lint:${{ matrix.python_version }}-${{ matrix.debian_codename }} |
41 | 41 | credentials: |
|
52 | 52 | strategy: |
53 | 53 | matrix: |
54 | 54 | python_version: [ "3.9", "3.10", "3.11", "3.12-rc" ] |
55 | | - debian_codename: [ "buster", "bullseye" ] |
| 55 | + debian_codename: ["bullseye", "bookworm"] |
56 | 56 | container: |
57 | 57 | image: ghcr.io/corvan/mypy:${{ matrix.python_version }}-${{ matrix.debian_codename }} |
58 | 58 | credentials: |
|
72 | 72 | strategy: |
73 | 73 | matrix: |
74 | 74 | python_version: [ "3.9", "3.10", "3.11", "3.12-rc" ] |
75 | | - debian_codename: [ "buster", "bullseye" ] |
| 75 | + debian_codename: ["bullseye", "bookworm"] |
76 | 76 | container: |
77 | 77 | image: ghcr.io/corvan/unittest:${{ matrix.python_version }}-${{ matrix.debian_codename }} |
78 | 78 | credentials: |
|
91 | 91 | strategy: |
92 | 92 | matrix: |
93 | 93 | python_version: [ "3.9", "3.10", "3.11", "3.12-rc" ] |
94 | | - debian_codename: [ "buster", "bullseye" ] |
| 94 | + debian_codename: ["bullseye", "bookworm"] |
95 | 95 | container: |
96 | 96 | image: ghcr.io/corvan/integration:${{ matrix.python_version }}-${{ matrix.debian_codename }} |
97 | 97 | credentials: |
|
0 commit comments