|
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' ] |
| 31 | + php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] |
32 | 32 | ts: [ 'ts', 'nts' ]
|
33 | 33 | arch: [ 'x64' ]
|
34 | 34 |
|
|
40 | 40 | # {php}-{ts}-{os.name}-{compiler}-{arch}
|
41 | 41 | include:
|
42 | 42 | # Linux
|
43 |
| - - { name: ubuntu-gcc, os: ubuntu-18.04, compiler: gcc, ccov: 'ON' } |
| 43 | + - { name: ubuntu-gcc, os: ubuntu-latest, compiler: gcc, ccov: 'ON' } |
44 | 44 | # macOS
|
45 |
| - - { name: macos-clang, os: macos-10.15, compiler: clang, ccov: 'ON' } |
| 45 | + - { name: macos-clang, os: macos-12, compiler: clang, ccov: 'ON' } |
46 | 46 | # Windows
|
47 | 47 | - { php: '7.0', ts: 'nts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14', ccov: 'OFF' }
|
48 | 48 | - { php: '7.0', ts: 'ts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14', ccov: 'OFF' }
|
|
60 | 60 | - { php: '8.1', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
|
61 | 61 | - { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
|
62 | 62 | - { php: '8.2', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
|
| 63 | + #- { php: '8.3', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } |
| 64 | + #- { php: '8.3', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' } |
63 | 65 |
|
64 | 66 | steps:
|
65 | 67 | - uses: actions/checkout@v3
|
@@ -183,7 +185,7 @@ jobs:
|
183 | 185 |
|
184 | 186 | pecl:
|
185 | 187 | name: Build PECL package
|
186 |
| - runs-on: ubuntu-20.04 |
| 188 | + runs-on: ubuntu-latest |
187 | 189 |
|
188 | 190 | steps:
|
189 | 191 | - uses: actions/checkout@v3
|
@@ -252,7 +254,7 @@ jobs:
|
252 | 254 |
|
253 | 255 | needs: [ builds, pecl ]
|
254 | 256 | name: Create Release
|
255 |
| - runs-on: ubuntu-20.04 |
| 257 | + runs-on: ubuntu-latest |
256 | 258 |
|
257 | 259 | steps:
|
258 | 260 | - name: Checkout Code
|
|
0 commit comments