mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Update
This commit is contained in:
parent
ba52eb34c7
commit
ef82313d4e
1 changed files with 4 additions and 4 deletions
|
@ -16,15 +16,15 @@
|
||||||
wget https://getcomposer.org/composer.phar
|
wget https://getcomposer.org/composer.phar
|
||||||
php composer.phar install --dev
|
php composer.phar install --dev
|
||||||
|
|
||||||
|
services:
|
||||||
|
- redis:7
|
||||||
|
|
||||||
# Test PHP
|
# Test PHP
|
||||||
test:
|
test:
|
||||||
image: php:$PHP_VERSION
|
image: php:$PHP_VERSION
|
||||||
services:
|
|
||||||
- redis:$REDIS_VERSION
|
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- PHP_VERSION: [7.4, 8.0, 8.1, 8.2]
|
- PHP_VERSION: [ "7.4", "8.0", "8.1", "8.2" ]
|
||||||
REDIS_VERSION: [7]
|
|
||||||
before_script:
|
before_script:
|
||||||
- *docker_boostrap
|
- *docker_boostrap
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue