Skip to content

Commit 3b060d5

Browse files
committed
Bumped PHP in CI to 8.4
1 parent e98755d commit 3b060d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: "*"
55
pull_request:
66
env:
7-
php-version: 8.3
7+
php-version: 8.4
88
cache-version: 1
99
jobs:
1010
platform-check:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "*"
66
env:
7-
php-version: 8.3
7+
php-version: 8.4
88
cache-version: 1
99
jobs:
1010
build:

0 commit comments

Comments
 (0)