Skip to content

Commit 6c49f01

Browse files
committed
CI: test experimental features
1 parent f9ef8ca commit 6c49f01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
- os: ubuntu-latest
100100
python: '3.12'
101101
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'
102107

103108
steps:
104109
- name: Checkout

0 commit comments

Comments
 (0)