File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,19 @@ name: Tests
22
33on :
44 pull_request :
5- branches : [main]
5+ branches :
6+ - main
67 push :
7- branches : [main]
8+ branches :
9+ - main
810jobs :
9- docker_tests :
11+ tests :
1012 runs-on : ubuntu-22.04
1113 timeout-minutes : 5
14+ strategy :
15+ fail-fast : true
16+ matrix :
17+ php : [8.2, 8.3, 8.4]
1218
1319 steps :
1420 - uses : actions/checkout@v4
2430 - name : Composer init
2531 uses : shivammathur/setup-php@v2
2632 with :
27- php-version : ' 8.2 '
33+ php-version : ${{ matrix.php }}
2834 coverage : none
2935 tools : composer:v2
3036
Original file line number Diff line number Diff line change 3333 "require-dev" : {
3434 "phpstan/phpstan" : " ^1.11" ,
3535 "phpunit/phpunit" : " ^10.0" ,
36- "symplify/easy-coding-standard" : " ^11.2 "
36+ "symplify/easy-coding-standard" : " ^12.0 "
3737 },
3838 "scripts" : {
3939 "ecs" : " vendor/bin/ecs check" ,
You can’t perform that action at this time.
0 commit comments