|
7 | 7 | commands: |
8 | 8 | - git submodule update --init |
9 | 9 | - name: checkers |
10 | | - image: nextcloudci/php7.3:latest |
| 10 | + image: nextcloudci/php7.3:php7.3-5 |
11 | 11 | commands: |
12 | 12 | - ./autotest-checkers.sh |
13 | 13 | secrets: [ github_token ] |
@@ -224,12 +224,12 @@ steps: |
224 | 224 | commands: |
225 | 225 | - git submodule update --init |
226 | 226 | - name: nodb-php7.3 |
227 | | - image: nextcloudci/php7.3:latest |
| 227 | + image: nextcloudci/php7.3:php7.3-5 |
228 | 228 | commands: |
229 | 229 | - bash tests/drone-run-php-tests.sh || exit 0 |
230 | 230 | - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite |
231 | 231 | - name: nodb-php7.4 |
232 | | - image: nextcloudci/php7.4:latest |
| 232 | + image: nextcloudci/php7.4:php7.4-3 |
233 | 233 | commands: |
234 | 234 | - bash tests/drone-run-php-tests.sh || exit 0 |
235 | 235 | - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite |
@@ -261,12 +261,12 @@ steps: |
261 | 261 | commands: |
262 | 262 | - git submodule update --init |
263 | 263 | - name: sqlite-php7.3 |
264 | | - image: nextcloudci/php7.3:latest |
| 264 | + image: nextcloudci/php7.3:php7.3-5 |
265 | 265 | commands: |
266 | 266 | - bash tests/drone-run-php-tests.sh || exit 0 |
267 | 267 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite |
268 | 268 | - name: sqlite-php7.4 |
269 | | - image: nextcloudci/php7.4:latest |
| 269 | + image: nextcloudci/php7.4:php7.4-3 |
270 | 270 | commands: |
271 | 271 | - bash tests/drone-run-php-tests.sh || exit 0 |
272 | 272 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite |
@@ -298,7 +298,7 @@ steps: |
298 | 298 | commands: |
299 | 299 | - git submodule update --init |
300 | 300 | - name: mariadb10.1-php7.3 |
301 | | - image: nextcloudci/php7.3:latest |
| 301 | + image: nextcloudci/php7.3:php7.3-5 |
302 | 302 | commands: |
303 | 303 | - bash tests/drone-run-php-tests.sh || exit 0 |
304 | 304 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -334,7 +334,7 @@ steps: |
334 | 334 | commands: |
335 | 335 | - git submodule update --init |
336 | 336 | - name: mariadb10.2-php7.3 |
337 | | - image: nextcloudci/php7.3:latest |
| 337 | + image: nextcloudci/php7.3:php7.3-5 |
338 | 338 | commands: |
339 | 339 | - bash tests/drone-run-php-tests.sh || exit 0 |
340 | 340 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -369,7 +369,7 @@ steps: |
369 | 369 | commands: |
370 | 370 | - git submodule update --init |
371 | 371 | - name: mariadb10.3-php7.3 |
372 | | - image: nextcloudci/php7.3:latest |
| 372 | + image: nextcloudci/php7.3:php7.3-5 |
373 | 373 | commands: |
374 | 374 | - bash tests/drone-run-php-tests.sh || exit 0 |
375 | 375 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -405,7 +405,7 @@ steps: |
405 | 405 | commands: |
406 | 406 | - git submodule update --init |
407 | 407 | - name: mariadb10.4-php7.4 |
408 | | - image: nextcloudci/php7.4:latest |
| 408 | + image: nextcloudci/php7.4:php7.4-3 |
409 | 409 | commands: |
410 | 410 | - bash tests/drone-run-php-tests.sh || exit 0 |
411 | 411 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb |
@@ -446,7 +446,7 @@ steps: |
446 | 446 | commands: |
447 | 447 | - git submodule update --init |
448 | 448 | - name: mysql-php7.4 |
449 | | - image: nextcloudci/php7.4:latest |
| 449 | + image: nextcloudci/php7.4:php7.4-3 |
450 | 450 | commands: |
451 | 451 | - bash tests/drone-run-php-tests.sh || exit 0 |
452 | 452 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql |
@@ -483,7 +483,7 @@ steps: |
483 | 483 | commands: |
484 | 484 | - git submodule update --init |
485 | 485 | - name: postgres-php7.3 |
486 | | - image: nextcloudci/php7.3:php7.3-4 |
| 486 | + image: nextcloudci/php7.3:php7.3-5 |
487 | 487 | commands: |
488 | 488 | - bash tests/drone-run-php-tests.sh || exit 0 |
489 | 489 | - sleep 10 # gives the database enough time to initialize |
@@ -519,7 +519,7 @@ steps: |
519 | 519 | commands: |
520 | 520 | - git submodule update --init |
521 | 521 | - name: postgres-php7.3 |
522 | | - image: nextcloudci/php7.3:latest |
| 522 | + image: nextcloudci/php7.3:php7.3-5 |
523 | 523 | commands: |
524 | 524 | - bash tests/drone-run-php-tests.sh || exit 0 |
525 | 525 | - sleep 10 # gives the database enough time to initialize |
@@ -554,7 +554,7 @@ steps: |
554 | 554 | commands: |
555 | 555 | - git submodule update --init |
556 | 556 | - name: postgres-php7.4 |
557 | | - image: nextcloudci/php7.4:latest |
| 557 | + image: nextcloudci/php7.4:php7.4-3 |
558 | 558 | commands: |
559 | 559 | - bash tests/drone-run-php-tests.sh || exit 0 |
560 | 560 | - sleep 10 # gives the database enough time to initialize |
@@ -590,7 +590,7 @@ steps: |
590 | 590 | commands: |
591 | 591 | - git submodule update --init |
592 | 592 | - name: postgres-php7.4 |
593 | | - image: nextcloudci/php7.4:latest |
| 593 | + image: nextcloudci/php7.4:php7.4-3 |
594 | 594 | commands: |
595 | 595 | - bash tests/drone-run-php-tests.sh || exit 0 |
596 | 596 | - sleep 10 # gives the database enough time to initialize |
@@ -626,7 +626,7 @@ steps: |
626 | 626 | commands: |
627 | 627 | - git submodule update --init |
628 | 628 | - name: postgres-php7.4 |
629 | | - image: nextcloudci/php7.4:latest |
| 629 | + image: nextcloudci/php7.4:php7.4-3 |
630 | 630 | commands: |
631 | 631 | - bash tests/drone-run-php-tests.sh || exit 0 |
632 | 632 | - sleep 10 # gives the database enough time to initialize |
@@ -662,7 +662,7 @@ steps: |
662 | 662 | commands: |
663 | 663 | - git submodule update --init |
664 | 664 | - name: mysqlmb4-php7.4 |
665 | | - image: nextcloudci/php7.4:latest |
| 665 | + image: nextcloudci/php7.4:php7.4-3 |
666 | 666 | commands: |
667 | 667 | - bash tests/drone-run-php-tests.sh || exit 0 |
668 | 668 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 |
@@ -703,7 +703,7 @@ steps: |
703 | 703 | commands: |
704 | 704 | - git submodule update --init |
705 | 705 | - name: mysqlmb4-php7.3 |
706 | | - image: nextcloudci/php7.3:php7.3-4 |
| 706 | + image: nextcloudci/php7.3:php7.3-5 |
707 | 707 | commands: |
708 | 708 | - bash tests/drone-run-php-tests.sh || exit 0 |
709 | 709 | - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 |
@@ -2008,7 +2008,7 @@ steps: |
2008 | 2008 | commands: |
2009 | 2009 | - git submodule update --init |
2010 | 2010 | - name: nodb-codecov |
2011 | | - image: nextcloudci/php7.4:latest |
| 2011 | + image: nextcloudci/php7.4:php7.4-3 |
2012 | 2012 | environment: |
2013 | 2013 | CODECOV_TOKEN: |
2014 | 2014 | from_secret: CODECOV_TOKEN |
@@ -2039,7 +2039,7 @@ steps: |
2039 | 2039 | commands: |
2040 | 2040 | - git submodule update --init |
2041 | 2041 | - name: db-codecov |
2042 | | - image: nextcloudci/php7.4:latest |
| 2042 | + image: nextcloudci/php7.4:php7.4-3 |
2043 | 2043 | environment: |
2044 | 2044 | CODECOV_TOKEN: |
2045 | 2045 | from_secret: CODECOV_TOKEN |
@@ -2070,7 +2070,7 @@ steps: |
2070 | 2070 | commands: |
2071 | 2071 | - git submodule update --init |
2072 | 2072 | - name: object-store |
2073 | | - image: nextcloudci/php7.4:latest |
| 2073 | + image: nextcloudci/php7.4:php7.4-3 |
2074 | 2074 | environment: |
2075 | 2075 | CODECOV_TOKEN: |
2076 | 2076 | from_secret: CODECOV_TOKEN |
@@ -2103,7 +2103,7 @@ steps: |
2103 | 2103 | commands: |
2104 | 2104 | - git submodule update --init |
2105 | 2105 | - name: object-store |
2106 | | - image: nextcloudci/php7.4:latest |
| 2106 | + image: nextcloudci/php7.4:php7.4-3 |
2107 | 2107 | environment: |
2108 | 2108 | CODECOV_TOKEN: |
2109 | 2109 | from_secret: CODECOV_TOKEN |
@@ -2237,7 +2237,7 @@ trigger: |
2237 | 2237 | # commands: |
2238 | 2238 | # - git submodule update --init |
2239 | 2239 | #- name: memcache-redis-cluster |
2240 | | -# image: nextcloudci/php7.3:latest |
| 2240 | +# image: nextcloudci/php7.3:php7.3-5 |
2241 | 2241 | # commands: |
2242 | 2242 | # - phpenmod xdebug |
2243 | 2243 | # - sleep 20 |
|
0 commit comments