mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Pulled
This commit is contained in:
commit
cdab1e9cae
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -182,6 +182,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.0', '8.1']
|
php-version: ['8.0', '8.1']
|
||||||
continue-on-error: ${{ matrix.php-version == '8.1' }}
|
continue-on-error: ${{ matrix.php-version == '8.1' }}
|
||||||
|
env:
|
||||||
|
LC_ALL: C
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* [#1218](https://github.com/shlinkio/shlink/issues/1218) Updated to symfony/mercure 0.6.
|
* [#1218](https://github.com/shlinkio/shlink/issues/1218) Updated to symfony/mercure 0.6.
|
||||||
|
* [#1223](https://github.com/shlinkio/shlink/issues/1223) Updated to phpstan 1.0.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
@ -67,9 +67,9 @@
|
|||||||
"eaglewu/swoole-ide-helper": "dev-master",
|
"eaglewu/swoole-ide-helper": "dev-master",
|
||||||
"infection/infection": "^0.25.0",
|
"infection/infection": "^0.25.0",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"phpstan/phpstan": "^0.12.94",
|
"phpstan/phpstan": "^1.0",
|
||||||
"phpstan/phpstan-doctrine": "^0.12.42",
|
"phpstan/phpstan-doctrine": "^1.0",
|
||||||
"phpstan/phpstan-symfony": "^0.12.41",
|
"phpstan/phpstan-symfony": "^1.0",
|
||||||
"phpunit/php-code-coverage": "^9.2",
|
"phpunit/php-code-coverage": "^9.2",
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
|
Loading…
Reference in New Issue
Block a user