Skip to content

Commit bade715

Browse files
committed
CI: add Meson 1.8 to test matrix now that Meson 1.9 has been released
1 parent 183fc1b commit bade715

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
@@ -98,6 +98,9 @@ jobs:
9898
python: '3.12'
9999
meson: '~=1.7.0'
100100
dependencies: 'packaging==23.2'
101+
- os: ubuntu-latest
102+
python: '3.13'
103+
meson: '~=1.8.0'
101104
# Test with Meson master branch.
102105
- os: ubuntu-latest
103106
python: '3.12'

0 commit comments

Comments
 (0)