Skip to content

Commit

Permalink
CI: build with v4_8 features
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Mar 28, 2022
1 parent 50ae712 commit 5ca65d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- nightly
- "1.57.0"
conf:
- { name: "gtk4", features: "v4_6", test_sys: false }
- { name: "gtk4", features: "v4_8", test_sys: false }
- { name: "gsk4", features: "v4_6,broadway", test_sys: true }
- { name: "gdk4", features: "v4_6", test_sys: true }
- { name: "gdk4", features: "v4_8", test_sys: true }
- { name: "gdk4-wayland", features: "v4_4", test_sys: true }
- { name: "gdk4-x11", features: "v4_4", test_sys: false }
- { name: "gtk4-macros", features: "", test_sys: false }
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features v4_6
args: --features v4_8
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --features v4_6
args: --features v4_8
- name: Tests
uses: actions-rs/cargo@v1
with:
command: test
args: --features v4_6
args: --features v4_8

0 comments on commit 5ca65d6

Please sign in to comment.