Skip to content

Commit

Permalink
Run composer with the specified PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkelso committed Feb 18, 2024
1 parent 31a308e commit 0d14a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit 0d14a3a

Please sign in to comment.