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 521e348
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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,11 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get -y --no-install-recommends install libpcap-dev graphviz

- uses: shivammathur/setup-php@fc14643b0a99ee9db10a3c025a33d76544fa3761
- name: Install system dependencies (macos)
if: runner.os == 'macos'
run: brew install libpq

- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
if: ${{ matrix.meterpreter.name == 'php' }}
with:
php-version: ${{ matrix.meterpreter.runtime_version }}
Expand Down

0 comments on commit 521e348

Please sign in to comment.