Skip to content

Commit

Permalink
ci: build+test against xcb-proto 1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed May 14, 2024
1 parent a60303b commit 93b8830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "pypy3.10"]
xcbver: [xcb-proto-1.15.2, xcb-proto-1.16.0, master]
xcbver: [xcb-proto-1.15.2, xcb-proto-1.16.0, xcb-proto-1.17.0, master]
steps:
- uses: actions/checkout@v4
- name: Set up python "${{ matrix.python-version }}"
Expand Down

0 comments on commit 93b8830

Please sign in to comment.