Skip to content

Commit 12bd6c6

Browse files
committed
Remove PHP 8.1 from CI, it's EOL on 2025.12.31. Also clean up 8.5 for now
1 parent 440c840 commit 12bd6c6

File tree

27 files changed

+28
-40
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

+28
-40
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,10 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
80+
php: ['8.2', '8.3', '8.4']
8181
symfony_version: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
8282
dependencies: ['--prefer-lowest', '--prefer-dist']
8383
exclude:
84-
- php: '8.1'
85-
symfony_version: '7.3.*'
86-
- php: '8.1'
87-
symfony_version: '7.4.*'
88-
- php: '8.1'
89-
symfony_version: '8.0.*'
9084
- php: '8.2'
9185
symfony_version: '8.0.*'
9286
- php: '8.3'
@@ -129,16 +123,10 @@ jobs:
129123
strategy:
130124
fail-fast: false
131125
matrix:
132-
php: ['8.1', '8.2', '8.3', '8.4']
126+
php: ['8.2', '8.3', '8.4']
133127
symfony_version: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
134128
dependencies: ['--prefer-lowest', '--prefer-dist']
135129
exclude:
136-
- php: '8.1'
137-
symfony_version: '7.3.*'
138-
- php: '8.1'
139-
symfony_version: '7.4.*'
140-
- php: '8.1'
141-
symfony_version: '8.0.*'
142130
- php: '8.2'
143131
symfony_version: '8.0.*'
144132
- php: '8.3'

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

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

0 commit comments

Comments
 (0)