Skip to content

Commit 589f500

Browse files
committed
Fix PHP version testing
1 parent 7b37937 commit 589f500

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ jobs:
2424
- uses: actions/checkout@v3
2525

2626
- uses: ddev/github-action-setup-ddev@v1
27+
with:
28+
autostart: false
2729

2830
- name: Setup PHP Version
2931
run: ddev config --php-version ${{ matrix.php }}
3032

33+
- name: Start ddev
34+
run: ddev start
35+
3136
- name: Install dependencies
3237
run: ddev composer install
3338

0 commit comments

Comments
 (0)