Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                   | from    | to      |
| ----------- | ------------------------- | ------- | ------- |
| github-tags | actions/checkout          | v4.1.4  | v4.2.1  |
| packagist   | filp/whoops               | 2.15.4  | 2.16.0  |
| packagist   | phpunit/phpunit           | 10.5.20 | 10.5.37 |
| docker      | redis                     | 7.2     | 7.4     |
| github-tags | shivammathur/setup-php    | 2.30.4  | 2.31.1  |
| packagist   | squizlabs/php_codesniffer | 3.9.2   | 3.10.3  |
| packagist   | vimeo/psalm               | 5.23.1  | 5.26.1  |
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent bb1ce94 commit 93a2e2c
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo $IMAGE_NAME

- name: "Checkout"
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.2.1

- name: "Log in to the Container registry"
uses: docker/login-action@v3
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
name: CS Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.1
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
extensions: ${{ env.php_extensions }}
Expand All @@ -32,8 +32,8 @@ jobs:
name: Psalm Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.1
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
extensions: ${{ env.php_extensions }}
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.1
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.php_extensions }}
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.1
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"filp/whoops": "^2.15.4",
"filp/whoops": "^2.16.0",
"helmich/phpunit-psr7-assert": "^4.4.1",
"laminas/laminas-development-mode": "^3.12.0",
"netglue/revs": "^1.4.0",
"php-http/mock-client": "^1.6.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpunit/phpunit": "^10.5.20",
"phpunit/phpunit": "^10.5.37",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"squizlabs/php_codesniffer": "^3.10.3",
"vimeo/psalm": "^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 93a2e2c

Please sign in to comment.