Skip to content

Commit c9d047d

Browse files
committed
Add PHP 8.5 and Symfony 8 to CI
1 parent 3679f9a commit c9d047d

File tree

26 files changed

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

26 files changed

+51
-51
lines changed

pkg/amqp-bunny/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/amqp-ext/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/amqp-lib/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/amqp-tools/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/async-command/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/async-event-dispatcher/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/dbal/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/dsn/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/enqueue-bundle/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

pkg/enqueue/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1414

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

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:

0 commit comments

Comments
 (0)