diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index a01c763..6fce80c 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -23,7 +23,8 @@ jobs: strategy: matrix: - version: [11, 10, 9, 8, 7] + version: >- + ['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8' '7'] runs-on: ubuntu-latest diff --git a/.github/workflows/ubuntu-latest-gcc.yml b/.github/workflows/ubuntu-latest-gcc.yml index 04959e6..7d1bde2 100644 --- a/.github/workflows/ubuntu-latest-gcc.yml +++ b/.github/workflows/ubuntu-latest-gcc.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - version: [10, 9, 8] + version: ['latest', '13', '12', '11', '10', '9', '8'] runs-on: ubuntu-latest