Skip to content

Commit

Permalink
update core dependency to latest in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Jan 15, 2025
1 parent b88cf1b commit 57a6427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elastic-search-codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
include:
- { php-version: "8.3", dependencies: "highest", pimcore_version: "11.x-dev as 11.99.9", experimental: true, search_engine: "elasticsearch"}
- { php-version: "8.3", dependencies: "highest", pimcore_version: "12.x-dev as 12.99.9", experimental: true, search_engine: "elasticsearch"}

services:
mariadb:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
include:
- { php-version: "8.2", dependencies: "lowest", experimental: false }
- { php-version: "8.3", dependencies: "highest", experimental: false }
- { php-version: "8.3", dependencies: "highest", pimcore_version: "11.x-dev as 11.99.9", experimental: true }
- { php-version: "8.3", dependencies: "highest", pimcore_version: "12.x-dev as 12.99.9", experimental: true }
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit 57a6427

Please sign in to comment.