Skip to content

Commit 570403c

Browse files
committed
Don't build on 4.06 anymore
1 parent e265b83 commit 570403c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ocamlVersion: [4_06, 4_07, 4_08, 4_09, 4_10]
12+
ocamlVersion: [4_07, 4_08, 4_09, 4_10]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: cachix/install-nix-action@v7

0 commit comments

Comments
 (0)