Skip to content

Commit

Permalink
Update php actions plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Oct 10, 2024
1 parent 953f6c1 commit dfa9a54
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/meterpreter_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- windows-2019
- ubuntu-20.04
ruby:
Expand All @@ -119,7 +119,7 @@ jobs:
- { meterpreter: { name: windows_meterpreter }, os: windows-2022 }

# Mettle
- { meterpreter: { name: mettle }, os: macos-12 }
- { meterpreter: { name: mettle }, os: macos-13 }
- { meterpreter: { name: mettle }, os: ubuntu-20.04 }

runs-on: ${{ matrix.os }}
Expand All @@ -141,7 +141,7 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get -y --no-install-recommends install libpcap-dev graphviz

- uses: shivammathur/setup-php@fc14643b0a99ee9db10a3c025a33d76544fa3761
- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
if: ${{ matrix.meterpreter.name == 'php' }}
with:
php-version: ${{ matrix.meterpreter.runtime_version }}
Expand Down Expand Up @@ -222,11 +222,13 @@ jobs:
- name: Setup Ruby
env:
BUNDLE_FORCE_RUBY_PLATFORM: true
# Required for macos13 pg gem compilation
PKG_CONFIG_PATH: "/usr/local/opt/libpq/lib/pkgconfig"
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cache-version: 4
cache-version: 5
working-directory: metasploit-framework

- name: Move mettle gem into framework
Expand Down Expand Up @@ -349,7 +351,7 @@ jobs:
with:
ruby-version: '3.3'
bundler-cache: true
cache-version: 4
cache-version: 5

- uses: actions/download-artifact@v4
id: raw_report_data
Expand Down

0 comments on commit dfa9a54

Please sign in to comment.