Skip to content

Merge pull request #6 from symfony-cli/deps-bump #17

Merge pull request #6 from symfony-cli/deps-bump

Merge pull request #6 from symfony-cli/deps-bump #17

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- '1.17'
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '1.22'
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go test ./...