Skip to content

Commit 802be3d

Browse files
committed
simplify
1 parent bbe4540 commit 802be3d

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -59,43 +59,3 @@ jobs:
5959
mysql -uroot -h127.0.0.1 -proot < tests/schema.sql
6060
6161
- run: composer phpunit
62-
63-
replay:
64-
name: PHPUnit (reflection replay)
65-
runs-on: ubuntu-latest
66-
67-
strategy:
68-
fail-fast: false
69-
matrix:
70-
include:
71-
- php-version: "8.1"
72-
reflector: "pdo"
73-
mode: "replay"
74-
- php-version: "8.1"
75-
reflector: "mysqli"
76-
mode: "replay"
77-
78-
env:
79-
DBA_REFLECTOR: ${{ matrix.reflector }}
80-
DBA_MODE: ${{ matrix.mode }}
81-
82-
steps:
83-
- uses: actions/checkout@v2
84-
with:
85-
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
86-
ref: ${{ github.event.client_payload.pull_request.head.ref }}
87-
88-
- name: Setup PHP
89-
uses: shivammathur/setup-php@v2
90-
with:
91-
php-version: "${{ matrix.php-version }}"
92-
coverage: none
93-
94-
- uses: "ramsey/composer-install@v2"
95-
with:
96-
composer-options: "--prefer-dist --no-progress"
97-
98-
- name: Setup Problem Matchers for PHPUnit
99-
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
100-
101-
- run: composer phpunit

0 commit comments

Comments
 (0)