Skip to content

Commit c46ce4e

Browse files
committed
Run CI tests in php 8.3 in CI
1 parent bb6e759 commit c46ce4e

File tree

27 files changed

+28
-28
lines changed
  • .github/workflows
  • 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

27 files changed

+28
-28
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php: ['7.4', '8.0', '8.1', '8.2']
80+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
8181
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
8282
dependencies: ['--prefer-lowest', '--prefer-dist']
8383
exclude:
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
fail-fast: false
129129
matrix:
130-
php: ['7.4', '8.0', '8.1', '8.2'] # same as in the container
130+
php: ['7.4', '8.0', '8.1', '8.2', '8.3'] # same as in the container
131131
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
132132
dependencies: ['--prefer-lowest', '--prefer-dist']
133133
exclude:

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/gps/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/job-queue/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/mongodb/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/monitoring/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/pheanstalk/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/redis/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/simple-client/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/sns/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/snsqs/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/sqs/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

pkg/wamp/.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.4', '8.0', '8.1', '8.2']
13+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
1414

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

0 commit comments

Comments
 (0)