Skip to content

Commit 98a21b0

Browse files
committed
Update PHP testing setup
1 parent 205bb0f commit 98a21b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shared_meterpreter_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
os:
70-
- macos-13
70+
- macos-15
7171
- windows-2022
7272
- ubuntu-latest
7373
ruby:
@@ -112,7 +112,7 @@ jobs:
112112
if: runner.os == 'Linux'
113113
run: sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
114114

115-
- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231
115+
- uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1
116116
if: ${{ matrix.meterpreter.name == 'php' }}
117117
with:
118118
php-version: ${{ matrix.meterpreter.runtime_version }}

0 commit comments

Comments
 (0)