mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 21:09:02 +00:00
Smoke test 1.15 still until we drop support for it
This commit is contained in:
@@ -102,9 +102,9 @@ commands:
|
|||||||
- run: make fmt-check
|
- run: make fmt-check
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-llvm11-go116:
|
test-llvm11-go115:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.16-buster
|
- image: circleci/golang:1.15-buster
|
||||||
steps:
|
steps:
|
||||||
- test-linux:
|
- test-linux:
|
||||||
llvm: "11"
|
llvm: "11"
|
||||||
@@ -118,5 +118,5 @@ jobs:
|
|||||||
workflows:
|
workflows:
|
||||||
test-all:
|
test-all:
|
||||||
jobs:
|
jobs:
|
||||||
- test-llvm11-go116
|
- test-llvm11-go115
|
||||||
- test-llvm12-go117
|
- test-llvm12-go117
|
||||||
|
|||||||
Reference in New Issue
Block a user