Skip to content

Commit 41a6728

Browse files
committed
CI - bump Qt and Elixir versions for testing
1 parent 0ef909c commit 41a6728

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,22 +128,22 @@ jobs:
128128
uses: jurplel/install-qt-action@v3
129129
with:
130130
modules: "qtpositioning qtwebchannel qtwebengine qtwebsockets"
131-
version: "6.5.1"
131+
version: "6.6.0"
132132

133133
# Install Elixir on Ubuntu
134134
- name: Linux Elixir
135135
uses: erlef/setup-beam@v1
136136
with:
137-
otp-version: "25.2"
138-
elixir-version: "1.14"
137+
otp-version: "26.1.2"
138+
elixir-version: "1.15.7"
139139
if: matrix.os == 'ubuntu-latest'
140140

141141
# Install Elixir on Windows
142142
- name: Win Elixir
143143
uses: erlef/setup-beam@v1
144144
with:
145-
otp-version: "25.2"
146-
elixir-version: "1.14"
145+
otp-version: "26.1.2"
146+
elixir-version: "1.15.7"
147147
if: matrix.os == 'windows-latest'
148148

149149
# Install Elixir on MacOS

0 commit comments

Comments
 (0)