|
22 | 22 | strategy: |
23 | 23 | fail-fast: false |
24 | 24 | matrix: |
25 | | - php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] |
| 25 | + php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] |
26 | 26 | os: [ubuntu-latest] |
27 | 27 | experimental: [false] |
28 | 28 | php-extensions: ["bcmath, curl, imagick, gd"] |
|
31 | 31 | include: |
32 | 32 | #- { php-version: '8.2', experimental: false, os: macos-latest, php-extensions: 'bcmath, curl, imagick, gd', coverage-extension: 'none' } |
33 | 33 | - { php-version: '8.2', experimental: false, os: windows-latest, php-extensions: 'bcmath, curl, imagick, gd', coverage-extension: 'none' } |
34 | | - - { php-version: '8.3', experimental: true, os: ubuntu-latest, php-extensions: 'bcmath, curl, imagick, gd', coverage-extension: 'pcov' } |
| 34 | + - { php-version: '8.4', experimental: true, os: ubuntu-latest, php-extensions: 'bcmath, curl, imagick, gd', coverage-extension: 'pcov' } |
35 | 35 | - { php-version: 'nightly', experimental: true, os: ubuntu-latest, php-extensions: 'bcmath, curl, imagick, gd', coverage-extension: 'pcov' } |
36 | 36 | env: |
37 | 37 | PDFINFO_BINARY: ${{ (matrix.os == 'ubuntu-latest') && '/usr/bin/pdfinfo' || ((matrix.os == 'macos-latest') && '/usr/local/bin/pdfinfo' || 'C:\ProgramData\Chocolatey\bin\pdfinfo.exe') }} |
|
90 | 90 | # For debugging issues |
91 | 91 | - name: Archive test results |
92 | 92 | if: failure() |
93 | | - uses: actions/upload-artifact@v3 |
| 93 | + uses: actions/upload-artifact@v4 |
94 | 94 | with: |
95 | 95 | name: test-run-output-${{ matrix.php-version }}-${{ matrix.os }} |
96 | 96 | retention-days: 1 |
|
0 commit comments