We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce88aa commit 359da96Copy full SHA for 359da96
2 files changed
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
env: DB=mysqli
18
- php: 7.3
19
20
- - php: 7.4snapshot
+ - php: 7.4
21
22
- php: nightly
23
travis/prepare-epv.sh
@@ -17,7 +17,6 @@ NOTESTS=$2
if [ "$EPV" == "1" ] && [ "$NOTESTS" == "1" ]
then
cd phpBB
- composer remove sami/sami --update-with-dependencies --dev --no-interaction
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
cd ../
fi
0 commit comments