From 938ec216ac29cd2ba4bfd9a1ce98edeca46d6bf3 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Fri, 21 Jun 2019 15:57:01 +0200
Subject: test with 7.3 and 7.4

---
 atoum.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'atoum.spec')

diff --git a/atoum.spec b/atoum.spec
index e09193b..cbccd95 100644
--- a/atoum.spec
+++ b/atoum.spec
@@ -142,7 +142,7 @@ echo "date.timezone=UTC" >php.ini
 export PHPRC=$(pwd)/php.ini
 
 ret=0
-for cmd in php php56 php70 php71 php72; do
+for cmd in php php56 php70 php71 php72 php73 php74; do
   if which $cmd; then
     $cmd runner.php --use-dot-report --max-children-number 4 --directories . || ret=1
   fi
-- 
cgit