Skip to content

Commit

Permalink
Update build-project-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PouleR authored Jul 19, 2022
1 parent 0d3b8a9 commit 479e620
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-project-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: "8.1"
- name: Run PHPCS
run: ./vendor/bin/phpcs src -v --standard=PSR2 --exclude=Generic.Files.LineLength
- name: Run PHPUnit
Expand Down

0 comments on commit 479e620

Please sign in to comment.