File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ jobs:
3131 - " 8.2"
3232 - " 8.3"
3333 - " 8.4"
34+ # - "8.5"
3435
3536 env :
3637 PHAN_ALLOW_XDEBUG : 0
3738 PHAN_DISABLE_XDEBUG_WARN : 1
3839
3940 steps :
4041 - name : " Checkout"
41- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4243
4344 - name : " Install PHP"
4445 uses : shivammathur/setup-php@v2
5758 run : php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
5859
5960 - name : " Run PHP_CodeSniffer"
60- run : php vendor/bin/phpcs
61+ run : php vendor/bin/phpcs -v
6162
6263
6364 tests :
@@ -78,10 +79,11 @@ jobs:
7879 - " 8.2"
7980 - " 8.3"
8081 - " 8.4"
82+ - " 8.5"
8183
8284 steps :
8385 - name : " Checkout"
84- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8587
8688 - name : " Install PHP with extensions"
8789 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments