.github/workflows/test.yaml in dynamo-store-1.0.2 vs .github/workflows/test.yaml in dynamo-store-1.0.2.1

- old
+ new

@@ -12,11 +12,11 @@ runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: - - 3.0.2 - - 2.7.4 + - 3.1.1 + - 2.7.5 services: dynamodb: image: amazon/dynamodb-local ports: - 8000/tcp