From b0d7bf4907ab0e25bba758c44cf470c1629e0662 Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Thu, 22 Sep 2022 22:26:33 +0500 Subject: [PATCH] Check argon2 manual installation --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd74e2d..912d3d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ arch: php: - 7.4 - 8.0 +- 8.0.23 + +before_install: + - git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2 && cd libargon2 && make test && sudo make install PREFIX=/usr && cd .. notifications: email: