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 46892dd

Browse files
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-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

+30
-48
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 22 deletions
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

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

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

0 commit comments

Comments
(0)

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