Skip to content

Commit d17e37e

Browse files
Update integration tests to include 1.7.0 (#130)
Signed off by: Rob Landers <[email protected]>
1 parent e469a44 commit d17e37e

File tree

4 files changed

+370
-215
lines changed

4 files changed

+370
-215
lines changed

.github/workflows/php.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
timeout-minutes: 5
205205
strategy:
206206
matrix:
207-
dapr-version: [ 1.4.0, 1.3.0, 1.2.2 ]
207+
dapr-version: [ 1.5.2, 1.6.1, 1.7.0 ]
208208
steps:
209209
- name: Download Caddy Image
210210
uses: actions/download-artifact@v2
@@ -248,9 +248,9 @@ jobs:
248248
strategy:
249249
matrix:
250250
dapr-version:
251-
- 1.4.0
252-
- 1.3.0
253-
- 1.2.2
251+
- 1.5.2
252+
- 1.6.1
253+
- 1.7.0
254254
example:
255255
- actor
256256
- secrets

examples/actor/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DOCKER_USER=withinboredom
2-
DAPR_VERSION=1.2.0
2+
DAPR_VERSION=1.7.0

0 commit comments

Comments
 (0)