Skip to content

Commit 21d296d

Browse files
committed
CI: add Meson 1.3 to the old meson releases we test with
Meson 1.4 has been released, thus all tests normally run with it.
1 parent 2daa991 commit 21d296d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
- os: ubuntu
7979
python: '3.12'
8080
meson: '~=1.2.3'
81+
- os: ubuntu
82+
python: '3.12'
83+
meson: '~=1.3'
8184
# Test with Meson master branch.
8285
- os: ubuntu
8386
python: '3.12'

0 commit comments

Comments
 (0)