We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e63c7f commit 7f40039Copy full SHA for 7f40039
.github/workflows/main.yml
@@ -24,31 +24,19 @@ jobs:
24
fail-fast: false
25
matrix:
26
php:
27
- - 8.0
28
- 8.1
+ - 8.2
29
dependencies:
30
- highest
31
stability:
32
- stable
33
symfony-require:
34
- # Test latest LTS
+ # Test still maintained
35
- 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
+ # Test latest LTS
+ - 6.4.*
+ # Test latest stable version
+ - 7.*
52
steps:
53
- name: Checkout code
54
uses: actions/checkout@v3
0 commit comments