Skip to content

Commit

Permalink
Dependencies update (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Feb 13, 2024
1 parent dfa6bfe commit 17bb648
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 193 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: pcov
- name: Initialize tests
run: make initialize
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_NAME := amazon/dynamodb-local:2.0.0
IMAGE_NAME := amazon/dynamodb-local:2.2.1

.PHONY: initialize
initialize: start-docker
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"require-dev": {
"async-aws/dynamo-db": "^3.1",
"aws/aws-sdk-php": "3.295.8",
"aws/aws-sdk-php": "3.298.9",
"fakerphp/faker": "^1.23",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^10.5 || ^11.0",
"symfony/error-handler": "^5.4 || ^6.4 || ^7.0",
"symplify/easy-coding-standard": "^12.1",
"vimeo/psalm": "^5.18"
"vimeo/psalm": "^5.21"
},
"suggest": {
"async-aws/dynamo-db": "Async first DynamoDb client from Symfony Core developers",
Expand Down
Loading

0 comments on commit 17bb648

Please sign in to comment.