Skip to content

Commit 7d1d048

Browse files
committed
Add FLINT 3.4.0 to test matrix
1 parent 2d93d95 commit 7d1d048

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,13 @@ jobs:
307307
fail-fast: false
308308
matrix:
309309
# Supported Flint versions:
310-
flint-tag: ['v3.0.1', 'v3.1.3-p1', 'v3.2.2', 'v3.3.1']
310+
flint-tag: [
311+
'v3.0.1',
312+
'v3.1.3-p1',
313+
'v3.2.2',
314+
'v3.3.1',
315+
'v3.4.0',
316+
]
311317
steps:
312318
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
313319
with:

0 commit comments

Comments
 (0)