We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897ea27 commit c47c45aCopy full SHA for c47c45a
.github/workflows/test.yml
@@ -18,8 +18,8 @@ jobs:
18
# - windows-latest
19
raku-version:
20
- 'latest'
21
- - '2022.02'
22
- - '2021.02'
+ # - '2022.02'
+ # - '2021.02'
23
runs-on: ${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v2
Changes
@@ -5,6 +5,9 @@ Revision history for Terminal-LineEditor
5
- Replace Unicode 7.0 scroll markers with Unicode 1.1 markers for terminal
6
compatibility improvement at the cost of minor vertical misalignment
7
8
+ [Packaging]
9
+ - Disable CI on older Rakudos due to `prove6` incompatibility
10
+
11
12
0.0.13 2022-07-23T16:31:17-07:00
13
[Bug fix]
0 commit comments