Skip to content

Commit

Permalink
Bumped PHP in CI to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jan 3, 2025
1 parent d2b126c commit 89fc1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: "*"
pull_request:
env:
php-version: 8.3
php-version: 8.4
cache-version: 1
jobs:
platform-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- "*"
env:
php-version: 8.3
php-version: 8.4
cache-version: 1
jobs:
build:
Expand Down

0 comments on commit 89fc1e7

Please sign in to comment.