|
13 | 13 |
|
14 | 14 | jobs: |
15 | 15 | beman-submodule-check: |
16 | | - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.5.0 |
| 16 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.5.3 |
17 | 17 |
|
18 | 18 | preset-test: |
19 | | - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.5.0 |
| 19 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.5.3 |
20 | 20 | with: |
21 | 21 | matrix_config: > |
22 | 22 | [ |
|
31 | 31 | ] |
32 | 32 |
|
33 | 33 | build-and-test: |
34 | | - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.5.0 |
| 34 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.5.3 |
35 | 35 | with: |
36 | 36 | matrix_config: > |
37 | 37 | { |
@@ -105,7 +105,17 @@ jobs: |
105 | 105 | } |
106 | 106 | ] |
107 | 107 | }, |
108 | | - { "versions": ["18", "17"], |
| 108 | + { "versions": ["18"], |
| 109 | + "tests": [ |
| 110 | + { "cxxversions": ["c++26", "c++23", "c++20"], |
| 111 | + "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}] |
| 112 | + }, |
| 113 | + { "cxxversions": ["c++23", "c++20"], |
| 114 | + "tests": [{"stdlibs": ["libstdc++"], "tests": ["Release.Default"]}] |
| 115 | + } |
| 116 | + ] |
| 117 | + }, |
| 118 | + { "versions": ["17"], |
109 | 119 | "tests": [ |
110 | 120 | { "cxxversions": ["c++26", "c++23", "c++20"], |
111 | 121 | "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}] |
@@ -143,4 +153,4 @@ jobs: |
143 | 153 | create-issue-when-fault: |
144 | 154 | needs: [preset-test, build-and-test] |
145 | 155 | if: failure() && github.event_name == 'schedule' |
146 | | - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.5.0 |
| 156 | + uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.5.3 |
0 commit comments