Skip to content

Commit 879ed07

Browse files
authored
Update v3-ext-tests.yml
1 parent e31b5ef commit 879ed07

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/v3-ext-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,14 @@ jobs:
7474
- name: "Doctor"
7575
run: ./bin/spc doctor --auto-fix
7676

77+
- name: "Download PHP 8.2"
78+
run: ./bin/spc switch-php-version 8.2
79+
7780
- name: "Build (PHP 8.2)"
78-
run: ./bin/spc build ${{ matrix.combo.build-args }} --dl-with-php=8.2 --with-suggests -vvv
81+
run: ${{ matrix.combo.build-args }}
7982

8083
- name: "Switch to PHP 8.5"
8184
run: ./bin/spc switch-php-version 8.5
8285

8386
- name: "Build (PHP 8.5)"
84-
run: ./bin/spc build ${{ matrix.combo.build-args }} --no-download --with-suggests -vvv
87+
run: ${{ matrix.combo.build-args }}

0 commit comments

Comments
 (0)