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 54
54
path : bin/php-scoper.phar
55
55
56
56
e2e-tests :
57
- name : ' Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }})'
57
+ name : ' Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }}) with ${{ matrix.composer }} '
58
58
runs-on : ubuntu-latest
59
59
needs : build-test-phar
60
60
strategy :
85
85
- ' e2e_035'
86
86
php :
87
87
- ' 8.1'
88
+ - ' 8.2'
89
+ composer :
90
+ - ' composer:2.2'
91
+ - ' composer'
88
92
89
93
steps :
90
94
- name : Checkout
@@ -97,8 +101,11 @@ jobs:
97
101
with :
98
102
php-version : ${{ matrix.php }}
99
103
ini-values : phar.readonly=0
100
- tools : composer
104
+ tools : ${{ matrix. composer }}
101
105
coverage : pcov
106
+ env :
107
+ # This is necessary when installing a tool with a specific version
108
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102
109
103
110
- name : Configure composer root version
104
111
run : |
You can’t perform that action at this time.
0 commit comments