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 22, 2024
1 parent 72202bc commit 758231f
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 @@ -14,17 +14,17 @@ jobs:

steps:
- name: Clone a repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4
with:
ref: 7.4

- name: Install PHP 7.4
uses: shivammathur/setup-php@2.17.1
uses: shivammathur/setup-php@v2
with:
php-version: 7.4

- 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 @@ -33,4 +33,4 @@ jobs:
run : vendor/bin/phpcs

- name: Run a static analysis tool
run : vendor/bin/psalm
run : vendor/bin/psalm

0 comments on commit 758231f

Please sign in to comment.