Skip to content

Commit

Permalink
Run default tests for PHP 7.3 and 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Dec 1, 2019
1 parent 0654240 commit 9a3ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .xdebugci/test-all.sh
@@ -1,6 +1,6 @@
#!/bin/bash

PATTERN=${1:-'^7.3.*'}
PATTERN=${1:-'^7.[34].*'}

PHP=`which php`
if [[ "${PHP}" == "" ]]; then
Expand Down

0 comments on commit 9a3ea9a

Please sign in to comment.