Skip to content

Commit ee3c2b5

Browse files
committed
CI: Remove jruby 9.4.8 testing
Our openvox-server has 9.4.12.1, we don't need to test on the older version anymore. ``` [root@pe ~]# dnf info openvox-server Last metadata expiration check: 0:00:04 ago on Sun 15 Feb 2026 06:38:55 PM UTC. Installed Packages Name : openvox-server Version : 8.12.1 Release : 1.el10 Architecture : noarch Size : 79 M Source : openvox-server-8.12.1-1.el10.src.rpm Repository : @System From repo : openvox8 Summary : Vox Pupuli puppetserver URL : http://github.com/openvoxproject License : ASL 2.0 Description : Vox Pupuli puppetserver : Contains: OpenVox Server (org.openvoxproject/puppetserver 8.12.1,org.clojure/clojure : 1.12.4,org.bouncycastle/bcpkix-jdk18on 1.83,org.openvoxproject/jruby-utils : 5.3.6,org.openvoxproject/puppetserver : 8.12.1,org.openvoxproject/trapperkeeper-webserver-jetty10 : 1.1.4,org.openvoxproject/trapperkeeper-metrics 2.1.7) [root@pe ~]# /opt/puppetlabs/server/bin/puppetserver ruby --version jruby 9.4.12.1 (3.1.4) 2025-05-07 64b3479ca4 OpenJDK 64-Bit Server VM 21.0.10+7-LTS on 21.0.10+7-LTS +jit [x86_64-linux] [root@pe ~]# ```
1 parent 1e7f2fb commit ee3c2b5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
4040
include:
4141
- ruby: 'jruby-9.4.12.1'
42-
- ruby: 'jruby-9.4.8.0'
4342
- ruby: 'jruby-10.0.2.0'
4443
runs-on: ubuntu-24.04
4544
steps:
@@ -140,7 +139,6 @@ jobs:
140139
- {os: ubuntu-latest, ruby: '2.7'}
141140
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
142141
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
143-
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
144142
- {os: ubuntu-latest, ruby: 'jruby-9.4.12.1'}
145143
- {os: ubuntu-latest, ruby: 'jruby-10.0.2.0'}
146144
- {os: windows-2022, ruby: '2.7'}

0 commit comments

Comments
 (0)