Skip to content

Commit 9548b02

Browse files
committed
update tests
1 parent 402a9bf commit 9548b02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ Install docker using the following commands and then logout and login for the ch
12641264
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
12651265

12661266
================================================
1267-
CentOS 8 (PHP 7.4)
1267+
CentOS 8 (PHP 8.0)
12681268
================================================
12691269
[1/4] Starting MariaDB 10.5 ..... done
12701270
[2/4] Starting PostgreSQL 12.5 .. done

docker/centos8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.n
1818
# enable powertools repos
1919
RUN dnf -y install 'dnf-command(config-manager)' && dnf -y config-manager --set-enabled powertools
2020

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
2323
# disable mariadb and postgresql default (appstream) repo
2424
RUN dnf -y module disable mariadb
2525
RUN dnf -y module disable postgresql

docker/centos8/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
echo "================================================"
3-
echo " CentOS 8 (PHP 7.4)"
3+
echo " CentOS 8 (PHP 8.0)"
44
echo "================================================"
55
echo -n "[1/4] Starting MariaDB 10.5 ..... "
66
# initialize mysql

0 commit comments

Comments
 (0)