Skip to content

Commit c894f3e

Browse files
committed
add newer compiler versions for GitHub workflow
1 parent c97263e commit c894f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
version: [12]
14+
version: [12, 13, 14]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setting up gcc version
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
version: [14, 15]
27+
version: [14, 15, 16, 17, 18]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Install dependencies

0 commit comments

Comments
 (0)