diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac6b77..d4a4470 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,26 +10,14 @@ jobs: strategy: fail-fast: false matrix: - php: [ '8.0', '8.1' ] + php: [ '8.1', '8.2', '8.3' ] strategy: [ 'highest' ] sf_version: ['5.*', '6.*'] include: - - php: 7.2 - sf_version: '4.*' - - php: 7.3 - sf_version: '3.*' - - php: 7.3 - sf_version: '4.*' - - php: 7.3 - sf_version: '5.*' - - php: 7.4 - strategy: 'lowest' - - php: 7.4 - sf_version: '4.*' - - php: 7.4 - sf_version: '5.*' - - php: 8.1 - strategy: 'lowest' + - php: 8.2 + sf_version: '7.*' + - php: 8.3 + sf_version: '7.*' steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index 8c35a25..052719b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.php-cs-fixer.cache +/.phpunit.result.cache /behat.yml /build/ /composer.lock diff --git a/Readme.md b/Readme.md index bea96b8..63c5708 100644 --- a/Readme.md +++ b/Readme.md @@ -15,4 +15,4 @@ $ composer require php-translation/common ## Documentation -Read the full documentation at [https://php-translation.readthedocs.io/](https://php-translation.readthedocs.io/en/latest/). +Read the full documentation at [https://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/). diff --git a/composer.json b/composer.json index 03c6aa4..b97d88b 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,12 @@ ], "require": { "php": ">=7.2", - "symfony/translation": " ^3.4 || ^4.3 || ^5.0 || ^6.0" + "symfony/translation": " ^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0", - "phpunit/phpunit": ">=8.5.23" + "symfony/framework-bundle": " ^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0", + "phpunit/phpunit": ">=8.5.23", + "phpspec/prophecy-phpunit": "^2.1" }, "autoload": { "psr-4": {