|
73 | 73 | matrix: |
74 | 74 | event: ['${{ github.event_name }}'] |
75 | 75 | os: [ ubuntu-24.04 ] |
76 | | - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] |
| 76 | + php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] |
77 | 77 | db-type: [ 'mysql' ] |
78 | 78 | db-version: [ '5.7', '8.0', '8.4' ] |
79 | 79 | tests-domain: [ 'example.org' ] |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | matrix: |
210 | 210 | event: ['${{ github.event_name }}'] |
211 | 211 | os: [ ubuntu-24.04 ] |
212 | | - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] |
| 212 | + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] |
213 | 213 | db-type: [ 'mariadb' ] |
214 | 214 | db-version: [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4', '11.8' ] |
215 | 215 | multisite: [ false, true ] |
@@ -456,9 +456,9 @@ jobs: |
456 | 456 | matrix: |
457 | 457 | event: ['${{ github.event_name }}'] |
458 | 458 | os: [ ubuntu-24.04 ] |
459 | | - php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ] |
460 | | - db-type: [ 'mysql', 'mariadb' ] |
461 | | - db-version: [ '9.4', '12.0' ] |
| 459 | + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] |
| 460 | + db-type: [ 'mysql' ] |
| 461 | + db-version: [ '9.4' ] |
462 | 462 | multisite: [ false, true ] |
463 | 463 | memcached: [ false ] |
464 | 464 | db-innovation: [ true ] |
@@ -521,7 +521,7 @@ jobs: |
521 | 521 | strategy: |
522 | 522 | fail-fast: false |
523 | 523 | matrix: |
524 | | - php: [ '7.2', '7.4', '8.0', '8.4' ] |
| 524 | + php: [ '7.4', '8.0', '8.4' ] |
525 | 525 | db-type: [ 'mysql' ] |
526 | 526 | db-version: [ '8.4' ] |
527 | 527 | phpunit-test-groups: [ 'html-api-html5lib-tests' ] |
|
0 commit comments