Skip to content

Commit cf40245

Browse files
committed
minor #983 [Run examples] Test only PHP 8.2 and 8.5 in CI workflows (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Run examples] Test only PHP 8.2 and 8.5 in CI workflows | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Lets reduce the CO2 footprint a bit Commits ------- f1a19a3 Test only PHP 8.2 and 8.5 in CI workflows
2 parents 3d7550c + f1a19a3 commit cf40245

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)