We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d7e8d commit 8879225Copy full SHA for 8879225
1 file changed
.github/workflows/tests-ast.yml
@@ -14,8 +14,8 @@ jobs:
14
fail-fast: false
15
matrix:
16
# Just using minimum and maximum to avoid exploding the matrix.
17
- python-version: ['3.7', '3.10']
18
- antlr-version: ['4.7', '4.11']
+ python-version: ['3.7', '3.12']
+ antlr-version: ['4.7', '4.13']
19
defaults:
20
run:
21
working-directory: source/openpulse
0 commit comments