Skip to content

Commit 45db73c

Browse files
SJrXSteve Ramage
andauthored
ci: fixes broken builds due to upgrade of minimum meson version (Resolves #335) (#336)
Co-authored-by: Steve Ramage <[email protected]>
1 parent 24da81a commit 45db73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/optionvalues/OptionValueTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class OptionValueTest : AbstractUnitFileTest() {
3535

3636
println("Missing:$totalMissingValidators")
3737
println("Found:$totalFoundValidators")
38-
val allowed = 519
38+
val allowed = 521
3939
if (totalMissingValidators >= allowed) {
4040
assertEquals("Number of missing validators is too high at ${totalMissingValidators} > $allowed vs. found ${totalFoundValidators}", sortedList, "")
4141
}

systemd-build/Systemd-Builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ENV DEBIAN_FRONTEND noninteractive
44

0 commit comments

Comments
 (0)