Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b6ecb3

Browse files
dnicolodirgommers
authored andcommitted
CI: meson 1.6.0 has been released. add older versions to CI matrix
Also fix version requirement expression in CI matrix definition to really do what is intended: ~=1.3 was installing the latest 1.x.y release instead of the latest 1.3.z release.
1 parent 658edd3 commit 3b6ecb3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ jobs:
8787
meson: '~=1.2.3'
8888
- os: ubuntu-latest
8989
python: '3.12'
90-
meson: '~=1.3'
90+
meson: '~=1.3.0'
91+
- os: ubuntu-latest
92+
python: '3.12'
93+
meson: '~=1.4.0'
94+
- os: ubuntu-latest
95+
python: '3.12'
96+
meson: '~=1.5.0'
9197
# Test with Meson master branch.
9298
- os: ubuntu-latest
9399
python: '3.12'

0 commit comments

Comments
 (0)