mirror of
https://github.com/python-LimeReport/pyside.git
synced 2024-12-23 22:53:01 +03:00
mark 6.5.2 as experimental
This commit is contained in:
parent
a7ac4e8f33
commit
628f7066cb
8
.github/workflows/blank.yml
vendored
8
.github/workflows/blank.yml
vendored
@ -6,12 +6,16 @@ jobs:
|
|||||||
build_linux:
|
build_linux:
|
||||||
name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }})
|
name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: [manylinux_2_28]
|
image: [manylinux_2_28]
|
||||||
qt: [6.5.2, 6.4.2]
|
qt: [6.4.2]
|
||||||
# qt: [6.4.2, 5.15.2]
|
|
||||||
arch: [x86_64]
|
arch: [x86_64]
|
||||||
|
experimental: [false]
|
||||||
|
include:
|
||||||
|
- version: 6.5.2
|
||||||
|
experimental: true
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
|
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user