Skip to content

Commit a7dc68d

Browse files
committed
php 8.4
1 parent 668a6bd commit a7dc68d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
php: ["8.2"]
9+
php: ["8.4"]
1010
env:
1111
tools: composer
1212
ini-values: default_charset='UTF-8'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
php: ["8.1", "8.2", "8.3"]
9+
php: ["8.1", "8.2", "8.3", "8.4"]
1010
env:
1111
tools: composer, phpstan, infection
1212
ini-values: default_charset='UTF-8'

0 commit comments

Comments
 (0)