3535 JBZOO_COMPOSER_UPDATE_FLAGS : ${{ matrix.composer_flags }}
3636 strategy :
3737 matrix :
38- php-version : [ 7.2, 7.3, 7. 4, 8.0, 8.1 ]
38+ php-version : [ 7.4, 8.0, 8.1 ]
3939 composer_flags : [ "--prefer-lowest", "" ]
4040 steps :
4141 - name : Checkout code
5858
5959 - name : Uploading coverage to coveralls
6060 env :
61- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62- run : make report-coveralls --no-print-directory
61+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62+ run : make report-coveralls --no-print-directory || true
6363
6464 - name : Upload Artifacts
6565 uses : actions/upload-artifact@v2
7474 runs-on : ubuntu-latest
7575 strategy :
7676 matrix :
77- php-version : [ 7.2, 7.3, 7.4 ]
77+ php-version : [ 7.4, 8.0, 8.1 ]
7878 steps :
7979 - name : Checkout code
8080 uses : actions/checkout@v2
9696
9797 - name : Uploading coverage to coveralls
9898 env :
99- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100- run : make report-coveralls --no-print-directory
99+ COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100+ run : make report-coveralls --no-print-directory || true
101101
102102 - name : Upload Artifacts
103103 uses : actions/upload-artifact@v2
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 strategy :
113113 matrix :
114- php-version : [ 7.2, 7.3, 7. 4, 8.0, 8.1 ]
114+ php-version : [ 7.4, 8.0, 8.1 ]
115115 steps :
116116 - name : Checkout code
117117 uses : actions/checkout@v2
@@ -144,7 +144,7 @@ jobs:
144144 runs-on : ubuntu-latest
145145 strategy :
146146 matrix :
147- php-version : [ 7.2, 7.3, 7. 4, 8.0, 8.1 ]
147+ php-version : [ 7.4, 8.0, 8.1 ]
148148 steps :
149149 - name : Checkout code
150150 uses : actions/checkout@v2
0 commit comments