Skip to content

Commit 3e77900

Browse files
authored
Merge pull request #356 from mcorino/develop
Develop
2 parents f9f01c5 + 98336b5 commit 3e77900

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

lib/wx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# This software is released under the MIT license.
44

55
module Wx
6-
WXRUBY_VERSION = '1.4.2'
6+
WXRUBY_VERSION = '1.5.0'
77
end

tools/scripts/cirrus/cirrus-release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)