Skip to content

Commit 7e4276f

Browse files
committed
CI: extend matrix to include Meson 1.2
The tests are run with the latest Meson version, and Meson 1.3 has been released a while ago. Add Meson 1.2 to the old releases with test with. Pin the version to 1.2.3 or later, to be able to run on Python 3.12.
1 parent 9d0fa13 commit 7e4276f

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
@@ -75,6 +75,9 @@ jobs:
7575
- os: ubuntu
7676
python: '3.11'
7777
meson: '~=1.1.0'
78+
- os: ubuntu
79+
python: '3.12'
80+
meson: '~=1.2.3'
7881
# Test with Meson master branch.
7982
- os: ubuntu
8083
python: '3.12'

0 commit comments

Comments
 (0)