File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments