Skip to content

Commit

Permalink
ci: Remove dead 18.04 entries
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark committed May 1, 2023
1 parent 0b17042 commit b9d6038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,50 +41,12 @@ jobs:
- 'c++14'
- 'c++17'
include:
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-6.0'
cpp_std: 'c++11'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-6.0'
cpp_std: 'c++14'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-6.0'
cpp_std: 'c++17'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-7'
cpp_std: 'c++11'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-7'
cpp_std: 'c++14'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-7'
cpp_std: 'c++17'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-8'
cpp_std: 'c++11'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-8'
cpp_std: 'c++14'
- os: { id: ubuntu-18.04, name: bionic }
compiler: 'clang-8'
cpp_std: 'c++17'
- os: { id: ubuntu-20.04, name: focal }
compiler: 'clang-15'
cpp_std: 'c++20'
- os: { id: ubuntu-20.04, name: focal }
compiler: 'gcc-11'
cpp_std: 'c++20'
## GCC6 cannot handle constexpr-ness of mmap_t
## See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66297
# - os: { id: ubuntu-18.04, name: bionic }
# compiler: 'gcc-6'
# cpp_std: 'c++11'
# - os: { id: ubuntu-18.04, name: bionic }
# compiler: 'gcc-6'
# cpp_std: 'c++14'
# - os: { id: ubuntu-18.04, name: bionic }
# compiler: 'gcc-6'
# cpp_std: 'c++17'
fail-fast: false
steps:
- name: Runtime environment
Expand Down
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@
<tr>
<th rowspan="3">Platform</th>
<th rowspan="3">C++ Standard</th>
<th colspan="20">Compiler</th>
<th colspan="12">Compiler</th>
</tr>
<tr>
<th colspan="5" style="border-right: 1px solid !important;">G++</th>
<th colspan="11" style="border-right: 1px solid !important;">Clang</th>
<th colspan="7" style="border-right: 1px solid !important;">Clang</th>
</tr>
<tr>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
Expand All @@ -52,10 +48,6 @@
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
</tr>
<tr>
<td>C++ 14</td>
Expand All @@ -71,10 +63,6 @@
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
</tr>
<tr>
<td>C++ 17</td>
Expand All @@ -90,10 +78,6 @@
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
<td>:heavy_check_mark:</td>
</tr>
<tr>
<td>C++ 20</td>
Expand All @@ -108,10 +92,6 @@
<td>:x:</td>
<td>:x:</td>
<td>:x:</td>
<td>:x:</td>
<td>:x:</td>
<td>:x:</td>
<td>:x:</td>
<td>:heavy_check_mark:</td>
</tr>
<tr>
Expand All @@ -128,7 +108,6 @@
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:x:</td>
</tr>
<tr>
Expand All @@ -144,7 +123,6 @@
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:x:</td>
</tr>
<tr>
Expand All @@ -160,7 +138,6 @@
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:grey_question:</td>
<td>:x:</td>
</tr>
</tbody>
Expand Down

0 comments on commit b9d6038

Please sign in to comment.