Skip to content

Commit ed1801b

Browse files
committed
Update tests.yml
1 parent 70a5777 commit ed1801b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
dependencies: "highest"
5050
- php-version: '8.1'
5151
db-image: 'mariadb:latest'
52+
platform: 'mariadb'
5253
reflector: "mysqli"
5354
mode: "recording"
5455
dependencies: "highest"
@@ -60,6 +61,7 @@ jobs:
6061
dependencies: "highest"
6162
- php-version: '8.2'
6263
db-image: 'mariadb:latest'
64+
platform: 'mariadb'
6365
reflector: "mysqli"
6466
mode: "recording"
6567
dependencies: "highest"
@@ -82,8 +84,7 @@ jobs:
8284
dependencies: "highest"
8385

8486
env:
85-
# github actions ternary, see https://7tonshark.com/posts/github-actions-ternary-operator/
86-
DBA_PLATFORM: ${{ startsWith(matrix.db-image, 'mariadb') && 'mariadb' || 'mysql' }}
87+
DBA_PLATFORM: ${{ matrix.platform }}
8788
DBA_REFLECTOR: ${{ matrix.reflector }}
8889
DBA_MODE: ${{ matrix.mode }}
8990

0 commit comments

Comments
 (0)