File tree Expand file tree Collapse file tree 3 files changed +217
-196
lines changed Expand file tree Collapse file tree 3 files changed +217
-196
lines changed Original file line number Diff line number Diff line change 5454 path : bin/php-scoper.phar
5555
5656 e2e-tests :
57- name : ' Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }})'
57+ name : ' Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }}) with ${{ matrix.composer }} '
5858 runs-on : ubuntu-latest
5959 needs : build-test-phar
6060 strategy :
8585 - ' e2e_035'
8686 php :
8787 - ' 8.1'
88+ - ' 8.2'
89+ composer :
90+ - ' composer:2.2'
91+ - ' composer'
8892
8993 steps :
9094 - name : Checkout
@@ -97,8 +101,11 @@ jobs:
97101 with :
98102 php-version : ${{ matrix.php }}
99103 ini-values : phar.readonly=0
100- tools : composer
104+ tools : ${{ matrix. composer }}
101105 coverage : pcov
106+ env :
107+ # This is necessary when installing a tool with a specific version
108+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102109
103110 - name : Configure composer root version
104111 run : |
You can’t perform that action at this time.
0 commit comments