diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58830a46..402b548f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,13 +85,13 @@ jobs: - name: Install PHP dependencies run: composer install --no-progress - name: Check old version works - run: php index.php get-page / | grep "https://code.shishnet.org/shimmie2/" + run: php index.php get-page / - name: Upgrade run: | git checkout {{ github.ref }} composer install --no-progress - name: Check new version works - run: php index.php get-page / | grep "https://code.shishnet.org/shimmie2/" + run: php index.php get-page / test: name: PHP ${{ matrix.php }} / DB ${{ matrix.database }} diff --git a/index.php b/index.php index da60c279..444fd925 100644 --- a/index.php +++ b/index.php @@ -118,4 +118,4 @@ try { } if (PHP_SAPI === 'cli' || PHP_SAPI == 'phpdbg') { exit($exit_code); -} \ No newline at end of file +}