File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6666 verify :
6767 name : Validate binary on PHP ${{ matrix.php }}
6868 runs-on : ubuntu-latest
69- continue-on-error : ${{ matrix.php == '8.4 ' }}
69+ continue-on-error : ${{ matrix.php == '8.5 ' }}
7070 needs :
7171 - bundle
7272
8787 - ' 8.2'
8888 - ' 8.3'
8989 - ' 8.4'
90+ - ' 8.5'
9091
9192 steps :
9293 - name : Checkout code
Original file line number Diff line number Diff line change 9393 test :
9494 name : Run tests on PHP ${{ matrix.php }}
9595 runs-on : ubuntu-latest
96- continue-on-error : ${{ matrix.php == '8.4 ' }}
96+ continue-on-error : ${{ matrix.php == '8.5 ' }}
9797 needs :
9898 - bundle
9999
@@ -114,6 +114,7 @@ jobs:
114114 - ' 8.2'
115115 - ' 8.3'
116116 - ' 8.4'
117+ - ' 8.5'
117118
118119 steps :
119120 - name : Checkout code
@@ -132,14 +133,14 @@ jobs:
132133 run : composer remove --dev php-parallel-lint/php-code-style --no-update --no-interaction
133134
134135 - name : Install Composer dependencies
135- if : ${{ matrix.php != '8.4 ' }}
136+ if : ${{ matrix.php != '8.5 ' }}
136137 uses : ramsey/composer-install@v3
137138 with :
138139 # Bust the cache at least once a month - output format: YYYY-MM.
139140 custom-cache-suffix : $(date -u "+%Y-%m")
140141
141- - name : " Install Composer dependencies (PHP 8.4 , ignore PHP reqs)"
142- if : ${{ matrix.php == '8.4 ' }}
142+ - name : " Install Composer dependencies (PHP nightly , ignore PHP reqs)"
143+ if : ${{ matrix.php == '8.5 ' }}
143144 uses : ramsey/composer-install@v3
144145 with :
145146 composer-options : --ignore-platform-req=php
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Additionally `blame` can be used to show commits that introduced the breakage.
1010
1111Running parallel jobs in PHP is inspired by Nette framework tests.
1212
13- The application is officially supported for use with PHP 5.3 to 8.3 .
13+ The application is officially supported for use with PHP 5.3 to 8.4 .
1414
1515## Table of contents
1616
You can’t perform that action at this time.
0 commit comments