diff --git a/.github/workflows/bleeding-edge.yml b/.github/workflows/bleeding-edge.yml index 294c99e23..1652707d0 100644 --- a/.github/workflows/bleeding-edge.yml +++ b/.github/workflows/bleeding-edge.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - toolkit: ['pyside6', 'pyside2'] - python-version: [3.8] + toolkit: ['pyside2', 'pyside6'] + python-version: ['3.8', '3.11'] runs-on: ${{ matrix.os }} steps: - name: Check out