Skip to content

Commit 5451174

Browse files
testing meson mixed language version feature
1 parent bdb10dc commit 5451174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
-w /workspace \
244244
${GITHUB_REPOSITORY}:${{ matrix.distro }} \
245245
/bin/bash -c "
246-
meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3 -Dc_std=c17
246+
meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
247247
meson compile -C builddir
248248
meson test -C builddir -v"
249249

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ project('Fossil Test', 'c', 'cpp',
22
meson_version: '>=1.3.0',
33
license: 'MPL-2.0',
44
version: '1.0.7',
5-
default_options: ['c_std=c18', 'cpp_std=c++20'])
5+
default_options: ['c_std=c11,c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)