File tree 1 file changed +0
-56
lines changed
1 file changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -16,29 +16,11 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
include :
19
- - php-version : " 8.0"
20
- db-image : ' mysql:8.0'
21
- reflector : " pdo-mysql"
22
- mode : " recording"
23
19
- php-version : " 8.0"
24
20
db-image : ' mysql:8.0'
25
21
reflector : " mysqli"
26
22
mode : " recording"
27
23
28
- - php-version : " 8.1"
29
- db-image : ' mysql:8.0'
30
- reflector : " mysqli"
31
- mode : " recording"
32
- - php-version : ' 8.1'
33
- db-image : ' mariadb:latest'
34
- reflector : " mysqli"
35
- mode : " recording"
36
-
37
- - php-version : " 8.1"
38
- db-image : ' mysql:8.0'
39
- reflector : " mysqli"
40
- mode : " replay-and-recording"
41
-
42
24
env :
43
25
DBA_REFLECTOR : ${{ matrix.reflector }}
44
26
DBA_MODE : ${{ matrix.mode }}
75
57
mysql -uroot -h127.0.0.1 -proot < tests/schema.sql
76
58
77
59
- run : composer phpstan
78
-
79
- replay :
80
- name : PHPStan (reflection replay)
81
- runs-on : ubuntu-latest
82
-
83
- strategy :
84
- fail-fast : false
85
- matrix :
86
- include :
87
- - php-version : " 8.1"
88
- reflector : " mysqli"
89
- mode : " replay"
90
- - php-version : " 8.1"
91
- reflector : " pdo-mysql"
92
- mode : " replay"
93
-
94
- env :
95
- DBA_REFLECTOR : ${{ matrix.reflector }}
96
- DBA_MODE : ${{ matrix.mode }}
97
-
98
- steps :
99
- - uses : actions/checkout@v2
100
- with :
101
- repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
102
- ref : ${{ github.event.client_payload.pull_request.head.ref }}
103
-
104
- - name : Setup PHP
105
- id : setup-php
106
- uses : shivammathur/setup-php@v2
107
- with :
108
- php-version : " ${{ matrix.php-version }}"
109
- coverage : none
110
-
111
- - uses : " ramsey/composer-install@v2"
112
- with :
113
- composer-options : " --prefer-dist --no-progress"
114
-
115
- - run : composer phpstan
You can’t perform that action at this time.
0 commit comments