Skip to content

Commit c209717

Browse files
committed
Test on PHP 8.1
1 parent fb1aacc commit c209717

File tree

27 files changed

+27
-27
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

+27
-27
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php: ['7.3', '7.4', '8.0']
80+
php: ['7.3', '7.4', '8.0', '8.1']
8181
symfony_version: ['5.2.*', '6.0.*']
8282
dependencies: ['--prefer-lowest', '--prefer-dist']
8383
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
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.3', '7.4', '8.0']
13+
php: ['7.3', '7.4', '8.0', '8.1']
1414

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

0 commit comments

Comments
 (0)