Skip to content

Commit

Permalink
Update PHP runner versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans authored Jan 27, 2025
1 parent 1d23f50 commit cd9338e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
"5.6",
"7.4",
"8.0",
"8.2",
"8.4",
]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: shivammathur/setup-php@2.21.0
- uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php-version }}
tools: composer:v2
Expand All @@ -41,11 +41,11 @@ jobs:
matrix:
php-version: [
"7.4",
"8.2",
"8.4",
]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: shivammathur/setup-php@2.21.0
- uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ matrix.php-version }}
tools: composer:v2
Expand Down

0 comments on commit cd9338e

Please sign in to comment.