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 8b7f3fc commit ebe8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
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
run: php --ri amqp | grep Version
with:
version: 8.5
php_version: ${{ matrix.php-version }}
Expand Down

0 comments on commit ebe8f6a

Please sign in to comment.