Skip to content

Commit

Permalink
Bump wayland versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Jul 26, 2024
1 parent 5d57f3f commit a8558e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
wayland-version: ["1.22.0"]
wayland-protocols-version: ["1.32"]
wayland-version: ["1.23.0"]
wayland-protocols-version: ["1.36"]
steps:
- name: Setup environment
run: |
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
wayland-version: ["1.22.0"]
wayland-protocols-version: ["1.32"]
wayland-version: ["1.23.0"]
wayland-protocols-version: ["1.36"]
steps:
- uses: actions/checkout@v4
- name: Download wayland libraries
Expand Down Expand Up @@ -121,8 +121,8 @@ jobs:
needs: build-wayland
env:
python-version: "3.12"
wayland-version: "1.22.0"
wayland-protocols-version: "1.32"
wayland-version: "1.23.0"
wayland-protocols-version: "1.36"
steps:
- uses: actions/checkout@v4
- name: Download wayland libraries
Expand Down Expand Up @@ -153,8 +153,8 @@ jobs:
needs: build-wayland
env:
python-version: "3.12"
wayland-version: "1.22.0"
wayland-protocols-version: "1.32"
wayland-version: "1.23.0"
wayland-protocols-version: "1.36"
steps:
- uses: actions/checkout@v4
- name: Download wayland libraries
Expand Down Expand Up @@ -187,8 +187,8 @@ jobs:
needs: build-wayland
env:
python-version: "3.12"
wayland-version: "1.22.0"
wayland-protocols-version: "1.32"
wayland-version: "1.23.0"
wayland-protocols-version: "1.36"
steps:
- uses: actions/checkout@v4
- name: Download wayland libraries
Expand Down Expand Up @@ -219,8 +219,8 @@ jobs:
needs: build-wayland
env:
python-version: "3.12"
wayland-version: "1.22.0"
wayland-protocols-version: "1.32"
wayland-version: "1.23.0"
wayland-protocols-version: "1.36"
steps:
- uses: actions/checkout@v4
- name: Download wayland libraries
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux_2_28_x86_64
env:
wayland-version: "1.22.0"
wayland-protocols-version: "1.32"
wayland-version: "1.23.0"
wayland-protocols-version: "1.36"
python-version: "3.12"
steps:
- name: Install dependencies
Expand Down

0 comments on commit a8558e6

Please sign in to comment.