Skip to content

Commit 85482e6

Browse files
hodgestarbraised-babbage
authored andcommitted
Update Python and ANTLR test matrix versions.
1 parent db7bf66 commit 85482e6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/tests-ast.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,18 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
# Just using minimum and maximum to avoid exploding the matrix.
17-
python-version: ['3.7', '3.12']
18-
antlr-version: ['4.7', '4.13']
16+
include:
17+
# Build on the oldest and latest supported Pythons
18+
# and on the oldest and latest ANTLR version supported
19+
# by each of those Pythons:
20+
- python-version: '3.9'
21+
antlr-version: '4.7'
22+
- python-version: '3.9'
23+
antlr-version: '4.13'
24+
- python-version: '3.13'
25+
antlr-version: '4.9'
26+
- python-version: '3.13'
27+
antlr-version: '4.13'
1928
defaults:
2029
run:
2130
working-directory: source/openpulse

0 commit comments

Comments
 (0)