We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583ea2 commit ac9c24bCopy full SHA for ac9c24b
.github/workflows/checks.yaml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
rubocop_checks:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
name: RuboCop
16
steps:
17
- name: Checkout current PR
.github/workflows/unit_tests.yaml
@@ -24,7 +24,9 @@ jobs:
24
- '3.2'
25
- 'jruby-9.3.14.0'
26
- 'jruby-9.4.8.0'
27
+ # 24.04 doesn't support older jruby versions, so use 22.04 as middle ground
28
+ # When we drop testing against puppet7, then we can use newer ubuntu.
29
+ runs-on: ubuntu-22.04
30
31
32
uses: actions/checkout@v4
0 commit comments