8000 ci: Update test matrix · mesonbuild/meson-python@2e99c7b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e99c7b

Browse files
committed
ci: Update test matrix
Meson 1.2 has been released and is the new baseline version for running the test suite. Add Meson 1.1 to the list of older Meson versions we test against.
1 parent 9d1ec5a commit 2e99c7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- os: ubuntu
6666
python: '3.11'
6767
meson: '~=1.0.0'
68+
- os: ubuntu
69+
python: '3.11'
70+
meson: '~=1.1.0'
6871
# Test with Meson master branch.
6972
- os: ubuntu
7073
python: '3.11'

0 commit comments

Comments
 (0)
0