Skip to content

Commit d2b126c

Browse files
authored
Merge pull request #1137 from skaut/php-bump
Bumped PHP in CI to 8.3
2 parents c9ca6c5 + e1bda96 commit d2b126c

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.2
7+
php-version: 8.3
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.2
7+
php-version: 8.3
88
cache-version: 1
99
jobs:
1010
build:

0 commit comments

Comments
 (0)