File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 93
93
test :
94
94
name : Run tests on PHP ${{ matrix.php }}
95
95
runs-on : ubuntu-latest
96
- continue-on-error : ${{ matrix.php == '8.3 ' }}
96
+ continue-on-error : ${{ matrix.php == '8.4 ' }}
97
97
needs :
98
98
- bundle
99
99
@@ -113,6 +113,7 @@ jobs:
113
113
- ' 8.1'
114
114
- ' 8.2'
115
115
- ' 8.3'
116
+ - ' 8.4'
116
117
117
118
steps :
118
119
- name : Checkout code
@@ -131,14 +132,14 @@ jobs:
131
132
run : composer remove --dev php-parallel-lint/php-code-style --no-update --no-interaction
132
133
133
134
- name : Install Composer dependencies
134
- if : ${{ matrix.php != '8.3 ' }}
135
+ if : ${{ matrix.php != '8.4 ' }}
135
136
uses : ramsey/composer-install@v2
136
137
with :
137
138
# Bust the cache at least once a month - output format: YYYY-MM.
138
139
custom-cache-suffix : $(date -u "+%Y-%m")
139
140
140
- - name : " Install Composer dependencies (PHP 8.3 , ignore PHP reqs)"
141
- if : ${{ matrix.php == '8.3 ' }}
141
+ - name : " Install Composer dependencies (PHP 8.4 , ignore PHP reqs)"
142
+ if : ${{ matrix.php == '8.4 ' }}
142
143
uses : ramsey/composer-install@v2
143
144
with :
144
145
composer-options : --ignore-platform-req=php
You can’t perform that action at this time.
0 commit comments