We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb257ee commit 0ad73a9Copy full SHA for 0ad73a9
.github/workflows/root.yml
@@ -46,7 +46,9 @@ jobs:
46
matrix:
47
branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
48
with:
49
- asan_ubuntu_version: '20.04'
+ asan_ubuntu_version: ${{
50
+ (((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9) && '24.04')
51
+ || '20.04' }}
52
branch: ${{ matrix.branch.ref }}
53
community_verify_type_inference: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9 }}
54
libmysqlclient_with_mysqli: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }}
0 commit comments