Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/composer/vimeo/psalm-tw-5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
solventt authored Jan 16, 2024
2 parents f30afb0 + f080d90 commit 4775c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
steps:

- name: Clone a repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4

- name: Install PHP ${{ matrix.php }}
uses: shivammathur/setup-php@2.17.1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: Install dependencies with Composer
uses: ramsey/composer-install@2.1.0
uses: ramsey/composer-install@v2

- name: Run module tests
run : vendor/bin/phpunit
Expand All @@ -36,4 +36,4 @@ jobs:
run : vendor/bin/phpcs

- name: Run a static analysis tool
run : vendor/bin/psalm
run : vendor/bin/psalm
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},

"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.7"
},

Expand Down

0 comments on commit 4775c47

Please sign in to comment.