Skip to content

Commit

Permalink
Merge pull request #388 from PHPCSStandards/feature/ghactions-various…
Browse files Browse the repository at this point in the history
…-tweaks

GH Actions: various tweaks
  • Loading branch information
jrfnl committed Oct 23, 2022
2 parents be3eff3 + 404dcb1 commit 0c2289a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basics.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
composer require --no-update squizlabs/php_codesniffer:"dev-master"
# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-composer-dependencies
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"

Expand All @@ -59,7 +59,7 @@ jobs:
# Show XML violations inline in the file diff.
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
- uses: korelstar/xmllint-problem-matcher@v1.1
- uses: korelstar/xmllint-problem-matcher@v1

# Validate the XML file.
# @link http://xmlsoft.org/xmllint.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# Use the version as per https://pages.github.com/versions/
ruby-version: 2.7.1
ruby-version: 2.7.4
bundler-cache: true
working-directory: docs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
run: composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"

# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-composer-dependencies
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -171,7 +171,7 @@ jobs:
run: composer remove --dev --no-update phpcsstandards/phpcsdevcs

# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-composer-dependencies
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
- name: Install Composer dependencies - normal
if: ${{ matrix.php < 8.2 }}
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit 0c2289a

Please sign in to comment.