49 Star 171 Fork 48

Xie Biao / laravel-s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2023-11-29 22:20 . upgrade php/swoole version
language: php
php:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
before_script:
- pecl install --onlyreqdeps --nobuild swoole && cd "$(pecl config-get temp_dir)/swoole" && phpize && ./configure --enable-openssl && make -j$(nproc) && make -j$(nproc) install && cd -
- composer install
script: composer test
PHP
1
https://gitee.com/hhxsv5/laravel-s.git
git@gitee.com:hhxsv5/laravel-s.git
hhxsv5
laravel-s
laravel-s
master

搜索帮助