Skip to content

Commit

Permalink
qa: add pre-run.sh to verify memcached extension version
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Aug 8, 2021
1 parent 30dfaf3 commit e9437fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

echo -n "Memcached version"
php -r 'echo phpversion("memcached");'
echo ""

0 comments on commit e9437fa

Please sign in to comment.