Skip to content

Commit ff3ba62

Browse files
dnicolodirgommers
authored andcommitted
CI: test with Meson versions 1.6.1 and 1.7.2
Meson 1.8.0 has been released. Add the older releases to the CI matrix.
1 parent 5e4a9b6 commit ff3ba62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
- os: ubuntu-latest
9292
python: '3.12'
9393
meson: '~=1.5.0'
94+
- os: ubuntu-latest
95+
python: '3.12'
96+
meson: '~=1.6.0'
97+
- os: ubuntu-latest
98+
python: '3.12'
99+
meson: '~=1.7.0'
94100
# Test with Meson master branch.
95101
- os: ubuntu-latest
96102
python: '3.12'

0 commit comments

Comments
 (0)