mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-26 20:41:46 +08:00
Run test on Go 1.13 and 1.14
This commit is contained in:

committed by
Lukas Herman

parent
1026fd02c9
commit
4686587db4
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.13', '1.12' ]
|
||||
go: [ '1.14', '1.13' ]
|
||||
name: Go ${{ matrix.go }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user