File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- php-version : [7.4, 8.0]
10+ php-version : [8.0]
1111
1212 steps :
1313 - name : 📤 Checkout project
2828 runs-on : ubuntu-latest
2929 strategy :
3030 matrix :
31- php-version : [7.4, 8.0]
31+ php-version : [8.0]
3232
3333 steps :
3434 - name : 📤 Checkout project
4949 runs-on : ubuntu-latest
5050 strategy :
5151 matrix :
52- php-version : [ 7.4, 8.0 ]
52+ php-version : [8.0]
5353
5454 steps :
5555 - name : 📤 Checkout project
Original file line number Diff line number Diff line change 1818 "publiq/php-cs-fixer-config" : " ^2.1"
1919 },
2020 "require" : {
21- "php" : " >=7.4 " ,
21+ "php" : " >=8.0 " ,
2222 "ext-simplexml" : " *" ,
2323 "ext-dom" : " *"
2424 },
Original file line number Diff line number Diff line change 11services :
22 php :
3- build : docker/php7.4
3+ build : docker/php8.0
44 container_name : php
55 working_dir : /cdb
66 volumes :
Original file line number Diff line number Diff line change 1- FROM php:7.4 -cli
1+ FROM php:8.0 -cli
22
33RUN apt-get update && apt-get install -y \
44 unzip \
You can’t perform that action at this time.
0 commit comments