Skip to content

Commit

Permalink
Add workflow with GCC 14 and C++23
Browse files Browse the repository at this point in the history
The libstdc++ provided with GCC 14 supports `std::generator`,
which is used in the test in test-url_search_params.cpp.
  • Loading branch information
rmisev committed Oct 8, 2024
1 parent 654007a commit 0f3e22e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
cmake_options: "-DUPA_TEST_VALGRIND=ON"
install: "valgrind"

- name: g++-14 C++23
os: ubuntu-24.04
cxx_compiler: g++-14
cxx_standard: 23
cmake_options: ""

- name: g++-12 C++20
os: ubuntu-24.04
cxx_compiler: g++-12
Expand Down

0 comments on commit 0f3e22e

Please sign in to comment.