Skip to content

Commit

Permalink
Update integration tests to include 1.7.0 (#130)
Browse files Browse the repository at this point in the history
Signed off by: Rob Landers <landers.robert@gmail.com>
  • Loading branch information
withinboredom authored Apr 11, 2022
1 parent e469a44 commit d17e37e
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 215 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
dapr-version: [ 1.4.0, 1.3.0, 1.2.2 ]
dapr-version: [ 1.5.2, 1.6.1, 1.7.0 ]
steps:
- name: Download Caddy Image
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -248,9 +248,9 @@ jobs:
strategy:
matrix:
dapr-version:
- 1.4.0
- 1.3.0
- 1.2.2
- 1.5.2
- 1.6.1
- 1.7.0
example:
- actor
- secrets
Expand Down
2 changes: 1 addition & 1 deletion examples/actor/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOCKER_USER=withinboredom
DAPR_VERSION=1.2.0
DAPR_VERSION=1.7.0
Loading

0 comments on commit d17e37e

Please sign in to comment.