Skip to content

Commit 46892dd

Browse files
committed
Restrict test to PHP 8.2/8.3 and Symfony 5.4/6.4
1 parent 6771548 commit 46892dd

File tree

27 files changed

+30
-48
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

+30
-48
lines changed

.github/workflows/ci.yml

+4-22
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,9 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
81-
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
80+
php: ['8.2', '8.3']
81+
symfony_version: ['5.4.*', '6.4.*']
8282
dependencies: ['--prefer-lowest', '--prefer-dist']
83-
exclude:
84-
- php: '7.4'
85-
symfony_version: '6.2.*'
86-
- php: '7.4'
87-
symfony_version: '6.3.*'
88-
- php: '8.0'
89-
symfony_version: '6.2.*'
90-
- php: '8.0'
91-
symfony_version: '6.3.*'
9283

9384
name: PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
9485

@@ -126,18 +117,9 @@ jobs:
126117
strategy:
127118
fail-fast: false
128119
matrix:
129-
php: ['7.4', '8.0', '8.1', '8.2', '8.3'] # same as in the container
130-
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
120+
php: ['8.2', '8.3'] # same as in the container
121+
symfony_version: ['5.4.*', '6.4.*']
131122
dependencies: ['--prefer-lowest', '--prefer-dist']
132-
exclude:
133-
- php: '7.4'
134-
symfony_version: '6.2.*'
135-
- php: '7.4'
136-
symfony_version: '6.3.*'
137-
- php: '8.0'
138-
symfony_version: '6.2.*'
139-
- php: '8.0'
140-
symfony_version: '6.3.*'
141123

142124
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
143125

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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['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', '8.3']
13+
php: ['8.2', '8.3']
1414

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

0 commit comments

Comments
 (0)