Skip to content

Commit

Permalink
Update php-version-installation-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 authored Jan 29, 2025
1 parent bb8eea7 commit 01d3248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-version-installation-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Composer Install on Multiple PHP Versions 8.0,8.1,8.2,8.3
name: Check Composer Compatibility for PHP 8.0, 8.1, 8.2, 8.3, 8.4

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php-version: [8.0, 8.1, 8.2, 8.3] # Added PHP 8.0 to the matrix
php-version: [8.0, 8.1, 8.2, 8.3, 8.4] # Added PHP 8.0 to the matrix

steps:
# Step 1: Check out the code
Expand Down

0 comments on commit 01d3248

Please sign in to comment.