From 80d3db1dcf8fe9ca66d4e3f2e2116d3bc39ae2b4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jul 2022 22:26:21 +0300 Subject: upgrade idiorm to php8.1-patched version (aaronpk/idiorm) --- .../php-settings-container/.github/workflows/tests.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'vendor/chillerlan/php-settings-container/.github/workflows/tests.yml') diff --git a/vendor/chillerlan/php-settings-container/.github/workflows/tests.yml b/vendor/chillerlan/php-settings-container/.github/workflows/tests.yml index e52681849..8f108f0dd 100644 --- a/vendor/chillerlan/php-settings-container/.github/workflows/tests.yml +++ b/vendor/chillerlan/php-settings-container/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Install PHP" uses: shivammathur/setup-php@v2 @@ -48,12 +48,12 @@ jobs: steps: - name: "Checkout sources" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Install PHP" uses: shivammathur/setup-php@v2 with: - php-version: "7.4" + php-version: "8.1" coverage: none tools: phpDocumentor extensions: json @@ -62,7 +62,7 @@ jobs: run: phpdoc --config=phpdoc.xml - name: "Publish Docs to gh-pages" - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.3.4 with: branch: gh-pages folder: docs @@ -86,7 +86,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Install PHP with extensions" uses: shivammathur/setup-php@v2 @@ -102,6 +102,4 @@ jobs: run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml - name: "Send code coverage report to Codecov.io" - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v3 -- cgit v1.2.3