diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 984e42b..a5482c1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['~4.4.0'] + version: ['~4.4.0', '~4.5.0'] name: CakePHP ${{ matrix.version }} Test steps: @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['~4.4.0'] + version: ['^4.2'] services: elasticsearch: @@ -138,4 +138,4 @@ jobs: rm -rf composer.lock composer require cakephp/cakephp:${{matrix.version}} --no-update composer install --prefer-dist --no-progress - vendor/bin/phpunit tests/TestCase/Persister/ElasticSearchPersisterIntegrationTest.php \ No newline at end of file + vendor/bin/phpunit tests/TestCase/Persister/ElasticSearchPersisterIntegrationTest.php