Skip to content

Commit c5e7b83

Browse files
authored
test with empty result cache (#482)
1 parent 81ace96 commit c5e7b83

29 files changed

+1169
-24470
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ jobs:
5656
reflector: "pdo-mysql"
5757
mode: "replay-and-recording"
5858

59+
- php-version: "8.1"
60+
db-image: 'mysql:8.0'
61+
reflector: "pdo-mysql"
62+
mode: "empty-recording"
63+
- php-version: "8.1"
64+
db-image: 'mysql:8.0'
65+
reflector: "pdo-mysql"
66+
mode: "empty-replay-and-recording"
67+
5968
env:
6069
DBA_REFLECTOR: ${{ matrix.reflector }}
6170
DBA_MODE: ${{ matrix.mode }}

0 commit comments

Comments
 (0)