Skip to content

Commit 07c464f

Browse files
committed
CI: test experimental features
1 parent ab50c5e commit 07c464f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
meson:
5656
-
5757
pyproject_metadata:
58-
- '==0.8.1'
59-
- '==0.9.0b7'
58+
-
6059
include:
6160
- os: ubuntu-latest
6261
python: 'pypy-3.9'
@@ -100,6 +99,11 @@ jobs:
10099
- os: ubuntu-latest
101100
python: '3.12'
102101
pyproject_metadata: '==0.7.1'
102+
# Tets experimental features.
103+
- os: ubuntu-latest
104+
python: '3.12'
105+
pyproject_metadata: '==0.9.0b7'
106+
meson: '@git+https://github.com/mesonbuild/meson.git@refs/pull/13783/head'
103107

104108
steps:
105109
- name: Checkout

0 commit comments

Comments
 (0)