|
13 | 13 |
|
14 | 14 | jobs: |
15 | 15 | beman-submodule-check: |
16 | | - uses: ./.github/workflows/reusable-beman-submodule-check.yml |
| 16 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.2.1 |
17 | 17 |
|
18 | 18 | preset-test: |
19 | | - uses: ./.github/workflows/reusable-beman-preset-test.yml |
| 19 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.2.1 |
20 | 20 | with: |
21 | 21 | matrix_config: > |
22 | 22 | [ |
|
31 | 31 | ] |
32 | 32 |
|
33 | 33 | build-and-test: |
34 | | - uses: ./.github/workflows/reusable-beman-build-and-test.yml |
| 34 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.2.1 |
35 | 35 | with: |
36 | 36 | matrix_config: > |
37 | 37 | { |
|
63 | 63 | } |
64 | 64 | ], |
65 | 65 | "clang": [ |
66 | | - { "versions": ["20"], |
| 66 | + { "versions": ["21"], |
67 | 67 | "tests": [ |
68 | 68 | {"cxxversions": ["c++26"], |
69 | 69 | "tests": [ |
|
82 | 82 | } |
83 | 83 | ] |
84 | 84 | }, |
85 | | - { "versions": ["19"], |
| 85 | + { "versions": ["20", "19"], |
86 | 86 | "tests": [ |
87 | 87 | { "cxxversions": ["c++26", "c++23"], |
88 | 88 | "tests": [ |
|
93 | 93 | }, |
94 | 94 | { "versions": ["18"], |
95 | 95 | "tests": [ |
96 | | - { "cxxversions": ["c++26", "c++23"], |
| 96 | + { "cxxversions": ["c++23"], |
97 | 97 | "tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] |
98 | 98 | } |
99 | 99 | ] |
@@ -123,7 +123,13 @@ jobs: |
123 | 123 | ] |
124 | 124 | } |
125 | 125 |
|
| 126 | + install-test: |
| 127 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-install-test.yml@1.2.1 |
| 128 | + with: |
| 129 | + image: ghcr.io/bemanproject/infra-containers-gcc:latest |
| 130 | + cxx_standard: 26 |
| 131 | + |
126 | 132 | create-issue-when-fault: |
127 | 133 | needs: [preset-test, build-and-test] |
128 | 134 | if: failure() && github.event_name == 'schedule' |
129 | | - uses: ./.github/workflows/reusable-beman-create-issue-when-fault.yml |
| 135 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.2.1 |
0 commit comments