mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
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:
parent
3d869bf653
commit
ac044747aa
5 changed files with 15 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue