File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 33# This software is released under the MIT license.
44
55module Wx
6- WXRUBY_VERSION = '1.4.2 '
6+ WXRUBY_VERSION = '1.5.0 '
77end
Original file line number Diff line number Diff line change @@ -72,6 +72,14 @@ release_task:
7272 env :
7373 osname : linux
7474 distro : debian
75+ - name : Cirrus CI / LinuxMint AMD64 Release
76+ container :
77+ image : linuxmintd/mint22-amd64
78+ cpu : 4
79+ memory : 8G
80+ env :
81+ osname : linux
82+ distro : ubuntu
7583
7684 before_script : |
7785 ./tools/scripts/cirrus/setup-$distro.sh
@@ -110,6 +118,7 @@ test_release_task:
110118 - Cirrus CI / OpenSuSE Leap ARM64 Release
111119 - Cirrus CI / Ubuntu ARM64 Release
112120 - Cirrus CI / Debian ARM64 Release
121+ - Cirrus CI / LinuxMint AMD64 Release
113122 matrix :
114123 - name : Cirrus CI / Fedora Latest AMD64 Release Test
115124 container :
@@ -175,6 +184,14 @@ test_release_task:
175184 env :
176185 osname : linux
177186 distro : debian
187+ - name : Cirrus CI / LinuxMint AMD64 Release Test
188+ container :
189+ image : linuxmintd/mint22-amd64
190+ cpu : 4
191+ memory : 8G
192+ env :
193+ osname : linux
194+ distro : ubuntu
178195
179196 before_script : |
180197 ./tools/scripts/cirrus/setup-$distro.sh test
You can’t perform that action at this time.
0 commit comments