File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
composer-validate :
10
10
name : Validate composer.json
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-18.04
12
12
13
13
steps :
14
14
- name : Checkout
19
19
20
20
php-cs-fixer :
21
21
name : Lint Bundle Source
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-18.04
23
23
24
24
steps :
25
25
- name : Set PHP Version
35
35
36
36
psalm :
37
37
name : Psalm Static Analysis
38
- runs-on : ubuntu-latest
38
+ runs-on : ubuntu-18.04
39
39
40
40
steps :
41
41
- name : Set PHP Version
52
52
53
53
stable-tests :
54
54
name : Symfony Stable
55
- runs-on : ubuntu-latest
55
+ runs-on : ubuntu-18.04
56
56
57
57
strategy :
58
58
fail-fast : false
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
dev-main-tests :
110
110
name : Symfony Main
111
- runs-on : ubuntu-latest
111
+ runs-on : ubuntu-18.04
112
112
113
113
strategy :
114
114
fail-fast : false
@@ -119,9 +119,6 @@ jobs:
119
119
- name : Set PHP Version
120
120
run : sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
121
121
122
- # - name: Disable Xdebug
123
- # run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
124
-
125
122
- name : Get PHP Version
126
123
run : |
127
124
ver=$(php -v | grep -oP '(?<=PHP )\d.\d')
@@ -155,7 +152,7 @@ jobs:
155
152
156
153
lowest-version-tests :
157
154
name : Lowest dependencies
158
- runs-on : ubuntu-latest
155
+ runs-on : ubuntu-18.04
159
156
160
157
strategy :
161
158
fail-fast : false
@@ -166,9 +163,6 @@ jobs:
166
163
- name : Set PHP Version
167
164
run : sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
168
165
169
- # - name: Disable Xdebug
170
- # run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
171
-
172
166
- name : Get PHP Version
173
167
run : |
174
168
ver=$(php -v | grep -oP '(?<=PHP )\d.\d')
You can’t perform that action at this time.
0 commit comments