Skip to content

Commit

Permalink
stop testing on g++-9
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 2, 2024
1 parent a22a218 commit a342d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
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

0 comments on commit a342d43

Please sign in to comment.