mirror of
https://github.com/doctrine/rst-parser.git
synced 2026-03-23 22:42:06 +01:00
6
.github/workflows/continuous-integration.yml
vendored
6
.github/workflows/continuous-integration.yml
vendored
@@ -27,6 +27,8 @@ env:
|
||||
jobs:
|
||||
phpunit:
|
||||
name: "PHPUnit"
|
||||
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0"
|
||||
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@13.1.0"
|
||||
with:
|
||||
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
|
||||
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]'
|
||||
secrets:
|
||||
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
"require": {
|
||||
"php": "^7.2 || ^8.0",
|
||||
"doctrine/event-manager": "^1.0 || ^2.0",
|
||||
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0 || ^7.0",
|
||||
"symfony/finder": "^4.1 || ^5.0 || ^6.0 || ^7.0",
|
||||
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
|
||||
"symfony/finder": "^4.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
|
||||
"symfony/polyfill-mbstring": "^1.0",
|
||||
"symfony/string": "^5.3 || ^6.0 || ^7.0",
|
||||
"symfony/string": "^5.3 || ^6.0 || ^7.0 || ^8.0",
|
||||
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0",
|
||||
"twig/twig": "^2.9 || ^3.3"
|
||||
},
|
||||
@@ -41,8 +41,8 @@
|
||||
"phpstan/phpstan-phpunit": "^1.2",
|
||||
"phpstan/phpstan-strict-rules": "^1.4",
|
||||
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
|
||||
"symfony/css-selector": "4.4 || ^5.2 || ^6.0 || ^7.0",
|
||||
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0 || ^7.0"
|
||||
"symfony/css-selector": "4.4 || ^5.2 || ^6.0 || ^7.0 || ^8.0",
|
||||
"symfony/dom-crawler": "4.4 || ^5.2 || ^6.0 || ^7.0 || ^8.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user