Skip to content

Commit

Permalink
Restrict test to PHP 8.2/8.3 and Symfony 5.4/6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amenophis committed Apr 8, 2024
1 parent 6771548 commit 46892dd
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 48 deletions.
26 changes: 4 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
php: ['8.2', '8.3']
symfony_version: ['5.4.*', '6.4.*']
dependencies: ['--prefer-lowest', '--prefer-dist']
exclude:
- php: '7.4'
symfony_version: '6.2.*'
- php: '7.4'
symfony_version: '6.3.*'
- php: '8.0'
symfony_version: '6.2.*'
- php: '8.0'
symfony_version: '6.3.*'

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

Expand Down Expand Up @@ -126,18 +117,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3'] # same as in the container
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
php: ['8.2', '8.3'] # same as in the container
symfony_version: ['5.4.*', '6.4.*']
dependencies: ['--prefer-lowest', '--prefer-dist']
exclude:
- php: '7.4'
symfony_version: '6.2.*'
- php: '7.4'
symfony_version: '6.3.*'
- php: '8.0'
symfony_version: '6.2.*'
- php: '8.0'
symfony_version: '6.3.*'

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp-bunny/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp-ext/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp-lib/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp-tools/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/async-command/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/async-event-dispatcher/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/dbal/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/dsn/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/enqueue-bundle/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/enqueue/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/fs/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/gearman/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/gps/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/job-queue/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/mongodb/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/monitoring/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/null/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/pheanstalk/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/rdkafka/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/redis/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/simple-client/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/sns/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/snsqs/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/sqs/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/stomp/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/wamp/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['8.2', '8.3']

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

Expand Down

0 comments on commit 46892dd

Please sign in to comment.