|
60 | 60 | zts: [true, false]
|
61 | 61 | include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
|
62 | 62 | name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
|
63 |
| - runs-on: ubuntu-${{ (matrix.branch.ref == 'master' && !matrix.asan) && '22.04' || '20.04' }} |
| 63 | + runs-on: ubuntu-${{ ((matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && !matrix.asan) && '22.04' || '20.04' }} |
64 | 64 | steps:
|
65 | 65 | - name: git checkout
|
66 | 66 | uses: actions/checkout@v3
|
@@ -148,7 +148,7 @@ jobs:
|
148 | 148 | name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
|
149 | 149 | runs-on: ubuntu-latest
|
150 | 150 | container:
|
151 |
| - image: ubuntu:${{ matrix.branch.ref == 'master' && '22.04' || '20.04' }} |
| 151 | + image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
152 | 152 | env:
|
153 | 153 | MYSQL_TEST_HOST: mysql
|
154 | 154 | PDO_MYSQL_TEST_DSN: mysql:host=mysql;dbname=test
|
@@ -340,7 +340,7 @@ jobs:
|
340 | 340 | matrix:
|
341 | 341 | branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
|
342 | 342 | name: "${{ matrix.branch.name }}_COMMUNITY"
|
343 |
| - runs-on: ubuntu-${{ matrix.branch.ref == 'master' && '22.04' || '20.04' }} |
| 343 | + runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
344 | 344 | env:
|
345 | 345 | UBSAN_OPTIONS: print_stacktrace=1
|
346 | 346 | USE_ZEND_ALLOC: 0
|
@@ -517,7 +517,7 @@ jobs:
|
517 | 517 | matrix:
|
518 | 518 | branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
|
519 | 519 | name: "${{ matrix.branch.name }}_OPCACHE_VARIATION"
|
520 |
| - runs-on: ubuntu-${{ matrix.branch.ref == 'master' && '22.04' || '20.04' }} |
| 520 | + runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
521 | 521 | steps:
|
522 | 522 | - name: git checkout
|
523 | 523 | uses: actions/checkout@v3
|
@@ -593,7 +593,7 @@ jobs:
|
593 | 593 | matrix:
|
594 | 594 | branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
|
595 | 595 | name: "${{ matrix.branch.name }}_MSAN"
|
596 |
| - runs-on: ubuntu-${{ matrix.branch.ref == 'master' && '22.04' || '20.04' }} |
| 596 | + runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
597 | 597 | steps:
|
598 | 598 | - name: git checkout
|
599 | 599 | uses: actions/checkout@v3
|
@@ -693,7 +693,7 @@ jobs:
|
693 | 693 | exclude:
|
694 | 694 | - branch: { name: 'PHP-80', ref: 'PHP-8.0' }
|
695 | 695 | name: "${{ matrix.branch.name }}_LIBMYSQLCLIENT"
|
696 |
| - runs-on: ubuntu-${{ matrix.branch.ref == 'master' && '22.04' || '20.04' }} |
| 696 | + runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || '20.04' }} |
697 | 697 | steps:
|
698 | 698 | - name: git checkout
|
699 | 699 | uses: actions/checkout@v3
|
|
0 commit comments