Skip to content

Commit 9d46f21

Browse files
author
Philipp Handle
committed
switch versions
1 parent d67e265 commit 9d46f21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ jobs:
287287
- "7.3"
288288
- "7.4"
289289
- "8.0"
290-
- "8.1.32"
291290

292291
steps:
293292
- name: "Install PHP"
@@ -308,7 +307,6 @@ jobs:
308307

309308
- name: Test churn.phar error message
310309
run: |
311-
php -r "passthru('./churn.phar', \$code); if (\$code !== 1) exit('Invalid error code. Expected 1, got ' . \$code);"
312310
php -r "passthru('./churn.phar', \$code); if (\$code !== 1) exit('Invalid error code. Expected 1, got ' . \$code);" &> error
313311
echo "Error code is OK. Now testing error message..."
314312
grep 'The application requires the version ">=8.1.33" or greater' error
@@ -324,6 +322,10 @@ jobs:
324322
strategy:
325323
matrix:
326324
php-version:
325+
- "8.1"
326+
- "8.2"
327+
- "8.3"
328+
- "8.4"
327329
- "8.5"
328330

329331
steps:

0 commit comments

Comments
 (0)