Skip to content

Commit ed465fa

Browse files
committed
ci: run test on multiple versions
1 parent c484906 commit ed465fa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ jobs:
1717
- ubuntu-latest
1818
- windows-latest
1919
- macos-latest
20+
version:
21+
- "latest"
22+
- "2023.6.1"
23+
- "2023.4.2"
24+
- "2023.2.2"
25+
- "2022.12.1"
2026

2127
name: "${{ matrix.os }}"
2228
runs-on: ${{ matrix.os }}
2329
env:
2430
VERBOSE: 1
2531
TUNNEL_TOKEN: ${{ secrets.TUNNEL_TOKEN }}
32+
CLOUDFLARED_VERSION: ${{ matrix.version }}
2633

2734
steps:
2835
- name: Checkout Repository

0 commit comments

Comments
 (0)