Skip to content

Commit fd47cbe

Browse files
authored
os.yml: drop support for 4.12, check also 5.2
And later we could switch to 5.3, to ensure compatibility with recent compilers
1 parent fc4a49c commit fd47cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- ubuntu-latest
1616
# - windows-latest
1717
ocaml-compiler:
18+
- "5.2"
1819
- "5.1"
1920
- "4.14"
2021
- "4.12"
21-
- "4.10"
2222

2323
runs-on: ${{ matrix.os }}
2424

0 commit comments

Comments
 (0)