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 70a5777 commit ed1801bCopy full SHA for ed1801b
.github/workflows/tests.yml
@@ -49,6 +49,7 @@ jobs:
49
dependencies: "highest"
50
- php-version: '8.1'
51
db-image: 'mariadb:latest'
52
+ platform: 'mariadb'
53
reflector: "mysqli"
54
mode: "recording"
55
@@ -60,6 +61,7 @@ jobs:
60
61
62
- php-version: '8.2'
63
64
65
66
67
@@ -82,8 +84,7 @@ jobs:
82
84
83
85
86
env:
- # github actions ternary, see https://7tonshark.com/posts/github-actions-ternary-operator/
- DBA_PLATFORM: ${{ startsWith(matrix.db-image, 'mariadb') && 'mariadb' || 'mysql' }}
87
+ DBA_PLATFORM: ${{ matrix.platform }}
88
DBA_REFLECTOR: ${{ matrix.reflector }}
89
DBA_MODE: ${{ matrix.mode }}
90
0 commit comments