Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit af070ff

Browse files
committed
ci: drop testing for 0.8.0
1 parent 7016069 commit af070ff

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/push.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ jobs:
5252
# """
5353
# It's probably easily fixable. But also `0.7.0` was released in April 2023, so there's
5454
# unlikely many users of it?
55-
- rust-gpu-version: 0.8.0
56-
glam-version: 0.24.2
55+
56+
# 0.8.0 started failing as well due to `zmij v1.0.20` requiring rustc 1.71 or newer
57+
# - rust-gpu-version: 0.8.0
58+
# glam-version: 0.24.2
5759
- rust-gpu-version: 0.9.0
5860
glam-version: 0.24.2
5961

0 commit comments

Comments
 (0)