Skip to content

Commit

Permalink
Upgrade php7 version from v7.0 to v7.1 #25
Browse files Browse the repository at this point in the history
The IUS Community Project (https://ius.io/) has remove each `php70u-*` rpm, so
I change the default vars of `yum_php_version` from 70u to 71u.

> https://repo.ius.io/7/x86_64/packages/p/
  • Loading branch information
chusiang committed Jul 3, 2019
1 parent d389aad commit 1a6c063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ apt_php_packages:
# CentOS #
##########

yum_php_version: "70u"
yum_php_version: "71u"
#yum_php_version: "71w"

yum_php_packages:
Expand Down

0 comments on commit 1a6c063

Please sign in to comment.