File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 33on :
44 push :
55 branches :
6- - ' 4.x'
7- - ' 4.next'
86 - ' 5.x'
7+ - ' 5.next'
8+ - ' 6.x'
99 pull_request :
1010 branches :
1111 - ' *'
@@ -16,18 +16,15 @@ permissions:
1616
1717jobs :
1818 testsuite :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 strategy :
2121 fail-fast : false
2222 matrix :
23- php-version : ['8.1', '8.3']
24- dependencies : ['highest']
2523 include :
2624 - php-version : ' 8.1'
2725 dependencies : ' lowest'
2826 - php-version : ' 8.4'
2927 dependencies : ' highest'
30- composer-options : ' --ignore-platform-req=php'
3128
3229 steps :
3330 - uses : actions/checkout@v4
5653
5754 coding-standard :
5855 name : Coding Standard & Static Analysis
59- runs-on : ubuntu-22 .04
56+ runs-on : ubuntu-24 .04
6057
6158 steps :
6259 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments