Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
stop testing on g++-9
  • Loading branch information
anonrig committed Sep 3, 2024
commit cddfca3f810c9246764f9b46e8f5c7aea0400cce
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
strategy:
matrix:
include:
- {shared: ON}
- {shared: OFF}
shared: [ON, OFF]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Ninja
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ concurrency:
cancel-in-progress: true

jobs:
ubuntu-build:
ubuntu-build-20-04:
runs-on: ubuntu-20.04
strategy:
matrix:
shared: [ON, OFF]
cxx: [g++-9, clang++-10]
cxx: [g++-10, clang++-10]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Ninja
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ standard libraries, follow the RFC 3986. The following table illustrates possibl
### Requirements

The project is otherwise self-contained and it has no dependency.
A recent C++ compiler supporting C++20. We test GCC 9 or better, LLVM 10 or better and Microsoft Visual Studio 2022.
A recent C++ compiler supporting C++20. We test GCC 12 or better, LLVM 10 or better and Microsoft Visual Studio 2022.

## Ada is fast.

Expand Down