File tree 26 files changed +37
-37
lines changed
amqp-bunny/.github/workflows
amqp-ext/.github/workflows
amqp-lib/.github/workflows
amqp-tools/.github/workflows
async-command/.github/workflows
async-event-dispatcher/.github/workflows
enqueue/.github/workflows
enqueue-bundle/.github/workflows
gearman/.github/workflows
job-queue/.github/workflows
mongodb/.github/workflows
monitoring/.github/workflows
pheanstalk/.github/workflows
rdkafka/.github/workflows
simple-client/.github/workflows
26 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
26
26
with :
27
27
composer-options : " --prefer-source"
28
28
29
- - run : vendor/bin/phpunit --exlude -group=functional
29
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
26
26
with :
27
27
composer-options : " --prefer-dist"
28
28
29
- - run : vendor/bin/phpunit --exlude -group=functional
29
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
27
27
with :
28
28
composer-options : " --prefer-source"
29
29
30
- - run : vendor/bin/phpunit --exlude -group=functional
30
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
24
24
25
25
- uses : " ramsey/composer-install@v1"
26
26
27
- - run : vendor/bin/phpunit --exlude -group=functional
27
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
26
26
with :
27
27
composer-options : " --prefer-source"
28
28
29
- - run : vendor/bin/phpunit --exlude -group=functional
29
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
27
27
with :
28
28
composer-options : " --prefer-source"
29
29
30
- - run : vendor/bin/phpunit --exlude -group=functional
30
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
28
28
with :
29
29
composer-options : " --prefer-source"
30
30
31
- - run : vendor/bin/phpunit --exlude -group=functional
31
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
26
26
with :
27
27
composer-options : " --prefer-source"
28
28
29
- - run : vendor/bin/phpunit --exlude -group=functional
29
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
26
26
with :
27
27
composer-options : " --prefer-source"
28
28
29
- - run : vendor/bin/phpunit --exlude -group=functional
29
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
26
26
with :
27
27
composer-options : " --prefer-source"
28
28
29
- - run : vendor/bin/phpunit --exlude -group=functional
29
+ - run : vendor/bin/phpunit --exclude -group=functional
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.3 ', '7.4 ', '8.0 ']
13
+ php : ['7.4 ', '8.0 ', '8.1', '8.2 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
24
24
25
25
- uses : " ramsey/composer-install@v1"
26
26
27
- - run : vendor/bin/phpunit --exlude -group=functional
27
+ - run : vendor/bin/phpunit --exclude -group=functional
You can’t perform that action at this time.
0 commit comments