|
28 | 28 | strategy:
|
29 | 29 | fail-fast: false
|
30 | 30 | matrix:
|
31 |
| -php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] |
| 31 | +php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] |
32 | 32 | ts: [ 'ts', 'nts' ]
|
33 | 33 | arch: [ 'x64' ]
|
34 | 34 |
|
|
62 | 62 | - { php: '8.2', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
|
63 | 63 | - { php: '8.3', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
|
64 | 64 | - { php: '8.3', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
|
| 65 | +#- { php: '8.4', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } |
| 66 | +#- { php: '8.4', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } |
65 | 67 |
|
66 | 68 | steps:
|
67 | 69 | - uses: actions/checkout@v4
|
@@ -193,7 +195,7 @@ jobs:
|
193 | 195 | - name: Install PHP
|
194 | 196 | uses: shivammathur/setup-php@v2
|
195 | 197 | with:
|
196 |
| -php-version: '8.3' |
| 198 | +php-version: '8.4' |
197 | 199 | tools: pecl
|
198 | 200 |
|
199 | 201 | - name: Install System Dependencies
|
|
0 commit comments