Skip to content

Commit

Permalink
Update a workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
solventt authored Jan 16, 2024
1 parent eecf699 commit 884b2c8
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 884b2c8

Please sign in to comment.