CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-31 10:34:55 +01:00
parent 19c6b969ab
commit b094ad4f2b
10 changed files with 75 additions and 22 deletions
@@ -14,7 +14,14 @@ jobs:
if: github.repository_owner == 'upx'
strategy:
fail-fast: false
matrix: {container: ['alpine:3.16','alpine:3.17','alpine:3.18','alpine:edge','i386/alpine:edge']}
matrix:
include:
- container: 'alpine:3.16'
- container: 'alpine:3.17'
- container: 'alpine:3.18'
- container: 'alpine:edge'
- container: 'i386/alpine:3.18'
- container: 'i386/alpine:edge'
name: ${{ format('Analyze clang-analyzer {0}', matrix.container) }}
runs-on: ubuntu-latest
container: ${{ matrix.container }}