Skip to content

Commit c47c45a

Browse files
committed
Disable CI on older Rakudos due to prove6 incompatibility
1 parent 897ea27 commit c47c45a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
# - windows-latest
1919
raku-version:
2020
- 'latest'
21-
- '2022.02'
22-
- '2021.02'
21+
# - '2022.02'
22+
# - '2021.02'
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v2

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Revision history for Terminal-LineEditor
55
- Replace Unicode 7.0 scroll markers with Unicode 1.1 markers for terminal
66
compatibility improvement at the cost of minor vertical misalignment
77

8+
[Packaging]
9+
- Disable CI on older Rakudos due to `prove6` incompatibility
10+
811

912
0.0.13 2022-07-23T16:31:17-07:00
1013
[Bug fix]

0 commit comments

Comments
 (0)