Skip to content

Commit

Permalink
update tests to i3 4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Apr 22, 2024
1 parent d104205 commit b065b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion golden_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestGoldensSubprocess(t *testing.T) {
}
want := Version{
Major: 4,
Minor: 22,
Minor: 23,
Patch: 0,
LoadedConfigFileName: abs,
}
Expand Down
2 changes: 1 addition & 1 deletion travis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
i3-wm=4.22-2 xvfb strace && \
i3-wm=4.23-1+b1 xvfb strace && \
rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src

0 comments on commit b065b15

Please sign in to comment.