From 6dc68874767e9a49c1d4bddef46f715fbc85b09b Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 6 Dec 2021 15:31:56 +0000 Subject: [PATCH] wip: add github ci config --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b75154..0c8a9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,14 +23,14 @@ jobs: php: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3'] steps: - - #name: Set up PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: curl #tools: phpunit - - - #name: Hello World - run: 'php -v && env' + #- + # run: 'php -v && env' - uses: actions/checkout@v2 + - + run: 'chmod 755 ./tests/ci/setup/*.sh && sudo ./tests/ci/setup/setup_perl.sh && sudo ./tests/ci/setup/setup_apache.sh && sudo ./tests/ci/setup/setup_privoxy.sh' -- 2.43.0