Skip to content

Commit

Permalink
Check amqp version
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisYaschuk committed Oct 26, 2023
1 parent 81527b2 commit 8b7f3fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
php_version: ${{ matrix.php-version }}
php_extensions: amqp
- name: Check amqp version
- run: php --ri amqp | grep Version
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit 8b7f3fc

Please sign in to comment.