File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Build Test and Deploy
1
+ name : CI
2
2
3
3
on :
4
4
push :
18
18
19
19
jobs :
20
20
base-build-test :
21
- name : Base Build and Test - ${{ matrix.idris-version }}
21
+ name : Base Build/ Test - ${{ matrix.idris-version }}
22
22
strategy :
23
23
matrix :
24
24
idris-version : ["v0.5.1", "v0.6.0", "v0.7.0", "latest"]
43
43
secrets : inherit
44
44
45
45
devcontainer-build-test :
46
- name : Devcontainer Build and Test - ${{ matrix.idris-lsp-version }}
46
+ name : Devcontainer Build/ Test - ${{ matrix.idris-lsp-version }}
47
47
needs : [base-build-test] # needs cached base builds
48
48
strategy :
49
49
matrix :
69
69
needs : [base-deploy, devcontainer-build-test] # needs base deployed to registry
70
70
strategy :
71
71
matrix :
72
- idris-lsp-version : ["idris2-0.5.1", "idris2-0. 6.0", "idris2-0.7.0", "latest"]
72
+ idris-lsp-version : ["idris2-0.6.0", "idris2-0.7.0", "latest"]
73
73
include :
74
- - idris-lsp-version : " idris2-0.5.1"
75
- idris-version : " v0.5.1"
76
74
- idris-lsp-version : " idris2-0.6.0"
77
75
idris-version : " v0.6.0"
78
76
- idris-lsp-version : " idris2-0.7.0"
You can’t perform that action at this time.
0 commit comments