Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3c62316

Browse files
author
Jérémy Leherpeur
committed
Run CI tests in php 8.3 in CI
1 parent bb6e759 commit 3c62316

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-bundle/.github/workflows
    • enqueue/.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
    • snsqs/.github/workflows
    • sns/.github/workflows
    • sqs/.github/workflows
    • stomp/.github/workflows
    • wamp/.github/workflows

27 files changed

+28
-28
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /