Skip to content

Commit

Permalink
CI: add Meson 1.3 to the old meson releases we test with
Browse files Browse the repository at this point in the history
Meson 1.4 has been released, thus all tests normally run with it.
  • Loading branch information
dnicolodi committed Mar 24, 2024
1 parent 2daa991 commit 21d296d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- os: ubuntu
python: '3.12'
meson: '~=1.2.3'
- os: ubuntu
python: '3.12'
meson: '~=1.3'
# Test with Meson master branch.
- os: ubuntu
python: '3.12'
Expand Down

0 comments on commit 21d296d

Please sign in to comment.