File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1264,7 +1264,7 @@ Install docker using the following commands and then logout and login for the ch
1264
1264
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
1265
1265
1266
1266
================================================
1267
- CentOS 8 (PHP 7.4 )
1267
+ CentOS 8 (PHP 8.0 )
1268
1268
================================================
1269
1269
[1/4] Starting MariaDB 10.5 ..... done
1270
1270
[2/4] Starting PostgreSQL 12.5 .. done
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.n
18
18
# enable powertools repos
19
19
RUN dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled powertools
20
20
21
- # set php to remi 7.4
22
- RUN dnf -y module reset php && dnf -y module enable php:remi-7.4
21
+ # set php to remi 8.0
22
+ RUN dnf -y module reset php && dnf -y module enable php:remi-8.0
23
23
# disable mariadb and postgresql default (appstream) repo
24
24
RUN dnf -y module disable mariadb
25
25
RUN dnf -y module disable postgresql
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
echo " ================================================"
3
- echo " CentOS 8 (PHP 7.4 )"
3
+ echo " CentOS 8 (PHP 8.0 )"
4
4
echo " ================================================"
5
5
echo -n " [1/4] Starting MariaDB 10.5 ..... "
6
6
# initialize mysql
You can’t perform that action at this time.
0 commit comments