Skip to content

Commit 7f40039

Browse files
authored
Update main.yml
1 parent 0e63c7f commit 7f40039

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,19 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
php:
27-
- 8.0
2827
- 8.1
28+
- 8.2
2929
dependencies:
3030
- highest
3131
stability:
3232
- stable
3333
symfony-require:
34-
# Test latest LTS
34+
# Test still maintained
3535
- 5.4.*
36-
# Test last supported version
37-
- 6.0.*
38-
- 6.*
39-
include:
40-
# Tests the lowest set of dependencies
41-
# - symfony-require: 5.4.*
42-
# dependencies: lowest
43-
# stability: stable
44-
# php: 8.0
45-
46-
# Bleeding edge
47-
- symfony-require: 6.*
48-
php: 8.1
49-
dependencies: highest
50-
stability: dev
51-
36+
# Test latest LTS
37+
- 6.4.*
38+
# Test latest stable version
39+
- 7.*
5240
steps:
5341
- name: Checkout code
5442
uses: actions/checkout@v3

0 commit comments

Comments
 (0)