|
15 | 15 | continue-on-error: ${{ matrix.experimental }} |
16 | 16 | strategy: |
17 | 17 | matrix: |
18 | | - php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] |
| 18 | + php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] |
19 | 19 | os: [ubuntu-latest] |
20 | 20 | experimental: [false] |
21 | 21 | composer-options: [''] |
|
51 | 51 | - name: Install dependencies |
52 | 52 | run: composer install --no-interaction ${{ matrix.composer-options }} |
53 | 53 | - name: Install motranslator |
54 | | - if: ${{ matrix.php-version == '7.1' }} |
55 | | - run: composer require phpmyadmin/motranslator:^3.0 |
| 54 | + if: ${{ matrix.php-version == '7.2' }} |
| 55 | + run: composer require phpmyadmin/motranslator:^3.0 --with-all-dependencies --no-interaction |
56 | 56 | - name: Run php tests |
57 | 57 | run: composer run phpunit |
58 | 58 | - name: Send coverage |
|
70 | 70 | continue-on-error: ${{ matrix.experimental }} |
71 | 71 | strategy: |
72 | 72 | matrix: |
73 | | - php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] |
| 73 | + php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] |
74 | 74 | os: [ubuntu-latest] |
75 | 75 | experimental: [false] |
76 | 76 | composer-options: [''] |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | - name: Install dependencies |
107 | 107 | run: composer install --no-interaction ${{ matrix.composer-options }} |
108 | 108 | - name: Install motranslator |
109 | | - if: ${{ matrix.php-version == '7.1' }} |
110 | | - run: composer require phpmyadmin/motranslator:^3.0 |
| 109 | + if: ${{ matrix.php-version == '7.2' }} |
| 110 | + run: composer require phpmyadmin/motranslator:^3.0 --with-all-dependencies --no-interaction |
111 | 111 | - name: Run benchmarks |
112 | 112 | run: composer run phpbench |
0 commit comments