File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 php :
17- - ' 8.0 '
17+ - ' 8.1 '
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v6
2020
2121 - name : Setup PHP Action
2222 uses : shivammathur/setup-php@v2
2626 extensions : ' pdo_sqlite, gd'
2727 tools : cs2pr
2828
29- - uses : " ramsey/composer-install@v1"
29+ - uses : ramsey/composer-install@v1
3030 with :
3131 dependency-versions : " highest"
3232
@@ -43,11 +43,11 @@ jobs:
4343 matrix :
4444 php :
4545 - ' 7.4'
46- - ' 8.0 '
47- - ' 8.1 '
46+ - ' 8.3 '
47+ - ' 8.4 '
4848
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v6
5151
5252 - name : Setup PHP Action
5353 uses : shivammathur/setup-php@v2
5757 extensions : pdo_sqlite, gd
5858 tools : cs2pr
5959
60- - uses : " ramsey/composer-install@v1 "
60+ - uses : ramsey/composer-install@v3
6161 with :
6262 dependency-versions : " highest"
6363
You can’t perform that action at this time.
0 commit comments