Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jun 23, 2024
1 parent f88486e commit 3ed3382
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ jobs:
# - run: echo "127.0.0.2 ppa.launchpadcontent.net" | sudo tee -a /etc/hosts
- run: |
sudo rm -rf $(which apt-fast)
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository https://setup-php.com/ondrej/php/ubuntu
sudo tee /etc/apt/preferences.d/ppa-fallback > /dev/null <<EOL
Package: *
Pin: origin ppa.launchpad.net
Pin-Priority: 500
Package: *
Pin: origin setup-php.com
Pin-Priority: 400
EOL
sudo apt update
sudo apt-cache policy php8.1-grpc
- run: sudo iptables -A OUTPUT -d 185.125.190.80 -j DROP
- name: Setup PHP
uses: shivammathur/setup-php@develop
Expand Down

0 comments on commit 3ed3382

Please sign in to comment.