|
92 | 92 | runs-on: ${{ matrix.os }} |
93 | 93 | strategy: |
94 | 94 | matrix: |
95 | | - php_version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] |
| 95 | + php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] |
96 | 96 | os: [ ubuntu-20.04, ubuntu-22.04-arm ] |
97 | 97 | fail-fast: true |
98 | 98 |
|
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | needs: [ build_rpm ] |
320 | 320 | strategy: |
321 | 321 | matrix: |
322 | | - php_version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] |
| 322 | + php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] |
323 | 323 | server: ['nginx-php-fpm', 'apache-mod-php', 'php-built-in'] |
324 | 324 | os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04'] |
325 | 325 | fail-fast: false |
@@ -391,7 +391,7 @@ jobs: |
391 | 391 | strategy: |
392 | 392 | matrix: |
393 | 393 | os: ['ubuntu-24.04', 'ubuntu-22.04', 'ubuntu-20.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm'] |
394 | | - php_version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] |
| 394 | + php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] |
395 | 395 | server: ['nginx-php-fpm', 'apache-mod-php', 'php-built-in'] |
396 | 396 | fail-fast: false |
397 | 397 | steps: |
|
0 commit comments