Skip to content

Commit f1a19a3

Browse files
committed
Test only PHP 8.2 and 8.5 in CI workflows
1 parent ef7305c commit f1a19a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-version: ['8.2', '8.3', '8.4', '8.5']
26+
php-version: ['8.2', '8.5']
2727
dependency-version: ['']
2828
symfony-version: ['']
2929
include:

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-version: ['8.2', '8.3', '8.4', '8.5']
26+
php-version: ['8.2', '8.5']
2727
dependency-version: ['']
2828
symfony-version: ['']
2929
include:
@@ -34,7 +34,7 @@ jobs:
3434
- php-version: '8.2'
3535
symfony-version: '7.4.*'
3636
# Symfony 8.0
37-
- php-version: '8.4'
37+
- php-version: '8.5'
3838
symfony-version: '8.0.*'
3939

4040
env:

0 commit comments

Comments
 (0)