Skip to content

Commit 79f0086

Browse files
committed
CI: meson 1.6.0 has been released. add older versions to CI matrix
1 parent 658edd3 commit 79f0086

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
@@ -88,6 +88,12 @@ jobs:
8888
- os: ubuntu-latest
8989
python: '3.12'
9090
meson: '~=1.3'
91+
- os: ubuntu-latest
92+
python: '3.12'
93+
meson: '~=1.4'
94+
- os: ubuntu-latest
95+
python: '3.12'
96+
meson: '~=1.5'
9197
# Test with Meson master branch.
9298
- os: ubuntu-latest
9399
python: '3.12'

0 commit comments

Comments
 (0)