We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458ed9a commit 916d338Copy full SHA for 916d338
1 file changed
.github/workflows/qbs_tests.yml
@@ -9,9 +9,10 @@ jobs:
9
fail-fast: false
10
matrix:
11
include:
12
- - image: arbmind/qbs-clang10:qbs_v1.17.0
13
- - image: arbmind/qbs-clang11:qbs_v1.17.0
14
- - image: arbmind/qbs-clang12:qbs_v1.18.0
+ - image: arbmind/qbs-clang10:qbs_v1.20.1
+ - image: arbmind/qbs-clang11:qbs_v1.20.1
+ - image: arbmind/qbs-clang12:qbs_v1.20.1
15
+ - image: arbmind/qbs-gcc11:qbs_v1.20.1
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2
0 commit comments