2.0.2 (2022-02-15)

- Replace strftime with strtotime for PHP8.1 support
- Added processing class into proc line for easier debugging
This commit is contained in:
Daniel Mason 2022-02-15 09:07:24 +13:00
parent 3d869bf653
commit ac044747aa
5 changed files with 15 additions and 9 deletions

View file

@ -30,8 +30,8 @@ test:7.4:
- docker
# Test PHP 8.0
test:8.0:
image: php:8.0
test:8.1:
image: php:8.1
before_script:
- *docker_boostrap
script:
@ -41,7 +41,7 @@ test:8.0:
# Codestandards
lint:
image: php:8.0
image: php:8.1
allow_failure: true
script:
- apt update && apt install -y wget unzip git