Skip to content

Commit 4f004d2

Browse files
Remove C++03,11,2a from GHA
1 parent 811f00d commit 4f004d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
run: 'echo "using $TOOLSET : : ${{ matrix.compiler }} ;" > ~/user-config.jam && echo "using mpi ;" >> ~/user-config.jam'
4848
working-directory: ../boost-root
4949
- name: Config info
50-
run: ../../../b2 print_config_info toolset=$TOOLSET cxxstd=03,11,14,17,2a
50+
run: ../../../b2 print_config_info toolset=$TOOLSET cxxstd=14,17,20
5151
working-directory: ../boost-root/libs/config/test
5252
- name: Test
53-
run: ../../../b2 toolset=$TOOLSET cxxstd=03,11,14,17,2a
53+
run: ../../../b2 toolset=$TOOLSET cxxstd=14,17,20
5454
working-directory: ../boost-root/libs/graph_parallel/test
5555
macos:
5656
runs-on: macos-latest
@@ -89,8 +89,8 @@ jobs:
8989
- name: Generate user-config
9090
run: echo "using mpi ;" > ~/user-config.jam
9191
- name: Config info
92-
run: ../../../b2 print_config_info toolset=${{ matrix.toolset }} cxxstd=03,11,14,17,2a
92+
run: ../../../b2 print_config_info toolset=${{ matrix.toolset }} cxxstd=14,17,20
9393
working-directory: ../boost-root/libs/config/test
9494
- name: Test
95-
run: ../../../b2 toolset=${{ matrix.toolset }} cxxstd=03,11,14,17,2a define=CI_SUPPRESS_KNOWN_ISSUES
95+
run: ../../../b2 toolset=${{ matrix.toolset }} cxxstd=14,17,20 define=CI_SUPPRESS_KNOWN_ISSUES
9696
working-directory: ../boost-root/libs/graph_parallel/test

0 commit comments

Comments
 (0)