We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31b5ef commit 879ed07Copy full SHA for 879ed07
1 file changed
.github/workflows/v3-ext-tests.yml
@@ -74,11 +74,14 @@ jobs:
74
- name: "Doctor"
75
run: ./bin/spc doctor --auto-fix
76
77
+ - name: "Download PHP 8.2"
78
+ run: ./bin/spc switch-php-version 8.2
79
+
80
- name: "Build (PHP 8.2)"
- run: ./bin/spc build ${{ matrix.combo.build-args }} --dl-with-php=8.2 --with-suggests -vvv
81
+ run: ${{ matrix.combo.build-args }}
82
83
- name: "Switch to PHP 8.5"
84
run: ./bin/spc switch-php-version 8.5
85
86
- name: "Build (PHP 8.5)"
- run: ./bin/spc build ${{ matrix.combo.build-args }} --no-download --with-suggests -vvv
87
0 commit comments