Skip to content

Commit

Permalink
Drop c++98 test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgthegreat committed Jan 22, 2025
1 parent 3f70bf4 commit bb18177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python: [python, python3]
cxx: [g++, clang++]
std: [c++98, c++11, c++14, c++17]
std: [c++11, c++14, c++17]
include:
# Add the appropriate docker image for each compiler.
# The images from teeks99/boost-python-test already have boost::python
Expand Down

0 comments on commit bb18177

Please sign in to comment.