File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 64
64
matrix :
65
65
os :
66
66
- windows-2019
67
- - ubuntu-20.04
67
+ - ubuntu-latest
68
68
ruby :
69
69
- ' 3.2'
70
70
include :
73
73
- { command_shell: { name: powershell }, os: windows-2022 }
74
74
75
75
# Linux
76
- - { command_shell: { name: linux }, os: ubuntu-20.04 }
76
+ - { command_shell: { name: linux }, os: ubuntu-latest }
77
77
78
78
# CMD
79
79
- { command_shell: { name: cmd }, os: windows-2019 }
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
69
69
os :
70
70
- macos-13
71
71
- windows-2019
72
- - ubuntu-20.04
72
+ - ubuntu-latest
73
73
ruby :
74
74
- ' 3.2'
75
75
meterpreter :
76
76
# Python
77
- - { name: python, runtime_version: 3.6 }
77
+ - { name: python, runtime_version: 3.8 }
78
78
- { name: python, runtime_version: 3.11 }
79
79
80
80
# Java
92
92
93
93
# Mettle
94
94
- { meterpreter: { name: mettle }, os: macos-13 }
95
- - { meterpreter: { name: mettle }, os: ubuntu-20.04 }
95
+ - { meterpreter: { name: mettle }, os: ubuntu-latest }
96
96
97
97
runs-on : ${{ matrix.os }}
98
98
Original file line number Diff line number Diff line change 64
64
- ' 3.3'
65
65
- ' 3.4'
66
66
os :
67
- - ubuntu-20.04
68
67
- ubuntu-latest
69
68
include :
70
69
- os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments