diff --git a/.github/workflows/elastic-search-codeception.yaml b/.github/workflows/elastic-search-codeception.yaml index 7631f610..7494718c 100644 --- a/.github/workflows/elastic-search-codeception.yaml +++ b/.github/workflows/elastic-search-codeception.yaml @@ -25,7 +25,7 @@ env: jobs: codeception-tests: name: "Codeception tests" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" continue-on-error: ${{ matrix.experimental }} strategy: matrix: diff --git a/.github/workflows/open-search-codeception.yaml b/.github/workflows/open-search-codeception.yaml index 5971d976..d3a2e8e4 100644 --- a/.github/workflows/open-search-codeception.yaml +++ b/.github/workflows/open-search-codeception.yaml @@ -25,7 +25,7 @@ env: jobs: codeception-tests: name: "Codeception tests" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" continue-on-error: ${{ matrix.experimental }} strategy: matrix: diff --git a/composer.json b/composer.json index 1eabe10c..1821cc5c 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "php": "~8.3.0 || ~8.4.0 ", "nesbot/carbon": "^3.8.4", "pimcore/pimcore": "^12.0", - "pimcore/static-resolver-bundle": "^1.4.0 || ^2.0", + "pimcore/static-resolver-bundle": "^3.0", "pimcore/opensearch-client": "^1.1", "pimcore/elasticsearch-client": "^1.1", - "doctrine/orm": "^2.17.2 || ^3.0", + "doctrine/orm": "^3.0", "symfony/scheduler": "^6.4", "symfony/messenger": "^6.4" },