mirror of
https://github.com/gookit/event
synced 2025-09-26 19:11:14 +08:00
ci: add ci test on go1.21+ version
This commit is contained in:
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
@@ -14,12 +14,11 @@ on:
|
||||
jobs:
|
||||
|
||||
test:
|
||||
name: Test on go ${{ matrix.go_version }} and ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Test on go ${{ matrix.go_version }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go_version: [1.19, 1.21, '1.20']
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
go_version: [1.19, '1.20', 1.21, 1.22, 1.23, 1.24]
|
||||
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
Reference in New Issue
Block a user