Skip to content

Commit 0c6ff18

Browse files
committed
Update and fix pkg test with 8.1 and 8.2 PHP support
1 parent bfde906 commit 0c6ff18

File tree

26 files changed

+37
-37
lines changed
  • pkg
    • 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
    • dbal/.github/workflows
    • dsn/.github/workflows
    • enqueue/.github/workflows
    • enqueue-bundle/.github/workflows
    • fs/.github/workflows
    • gearman/.github/workflows
    • gps/.github/workflows
    • job-queue/.github/workflows
    • mongodb/.github/workflows
    • monitoring/.github/workflows
    • null/.github/workflows
    • pheanstalk/.github/workflows
    • rdkafka/.github/workflows
    • redis/.github/workflows
    • simple-client/.github/workflows
    • sns/.github/workflows
    • snsqs/.github/workflows
    • sqs/.github/workflows
    • stomp/.github/workflows
    • wamp/.github/workflows

26 files changed

+37
-37
lines changed

Diff for: pkg/amqp-bunny/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/amqp-ext/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/amqp-lib/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/amqp-tools/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/async-command/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/async-event-dispatcher/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/dbal/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/dsn/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/enqueue-bundle/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/enqueue/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/fs/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/gearman/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/gps/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/job-queue/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-dist"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/mongodb/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
composer-options: "--prefer-source"
2929

30-
- run: vendor/bin/phpunit --exlude-group=functional
30+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/monitoring/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -24,4 +24,4 @@ jobs:
2424

2525
- uses: "ramsey/composer-install@v1"
2626

27-
- run: vendor/bin/phpunit --exlude-group=functional
27+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/null/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/pheanstalk/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/rdkafka/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/redis/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
composer-options: "--prefer-source"
2929

30-
- run: vendor/bin/phpunit --exlude-group=functional
30+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/simple-client/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
composer-options: "--prefer-source"
3030

31-
- run: vendor/bin/phpunit --exlude-group=functional
31+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/sns/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/snsqs/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/sqs/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/stomp/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

Diff for: pkg/wamp/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4', '8.0']
13+
php: ['7.4', '8.0', '8.1', '8.2']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

@@ -24,4 +24,4 @@ jobs:
2424

2525
- uses: "ramsey/composer-install@v1"
2626

27-
- run: vendor/bin/phpunit --exlude-group=functional
27+
- run: vendor/bin/phpunit --exclude-group=functional

0 commit comments

Comments
 (0)