mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
Add Go 1.16.0-rc1 test
This commit is contained in:
parent
43ab55d88a
commit
2cdc7e7cfb
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
go: ['1.13.15', '1.14.15', '1.15.8']
|
||||
go: ['1.13.15', '1.14.15', '1.15.8', '1.16.0-rc1']
|
||||
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
@ -23,6 +23,7 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
stable: false
|
||||
|
||||
- name: Install dependencies
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
Loading…
Reference in New Issue
Block a user