File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 php :
12- name : ' ${{ matrix.job-name-prefix }} PHP ${{ matrix.php-version }}, ES ${{ matrix.elasticsearch-version }}'
12+ name : ' PHP ${{ matrix.php-version }}, ES ${{ matrix.elasticsearch-version }}'
1313 runs-on : ubuntu-latest
1414
1515 strategy :
@@ -47,18 +47,22 @@ jobs:
4747 elasticsearch-package-constraint : ' ^5.0'
4848
4949 - php-version : ' 7.4'
50- job-name-prefix : ' Allow to fail: '
5150 elasticsearch-version : ' 7.11.1'
52- lint : true
51+ lint : false
5352 symfony-version : ' ^5.0'
54- elasticsearch-package-constraint : ' ^5.0 '
53+ elasticsearch-package-constraint : ' 7.11.* '
5554
5655 - php-version : ' 8.0'
57- job-name-prefix : ' Allow to fail: '
5856 elasticsearch-version : ' 7.11.1'
59- lint : true
57+ lint : false
58+ symfony-version : ' ^5.0'
59+ elasticsearch-package-constraint : ' 7.11.*'
60+
61+ - php-version : ' 8.1'
62+ elasticsearch-version : ' 8.0.1'
63+ lint : false
6064 symfony-version : ' ^5.0'
61- elasticsearch-package-constraint : ' ^7 .0'
65+ elasticsearch-package-constraint : ' ^8 .0'
6266
6367 services :
6468 elasticsearch :
You can’t perform that action at this time.
0 commit comments