Skip to content

Commit ecf077c

Browse files
committed
chore: use PHP-8.4 in tests
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent d8f1104 commit ecf077c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
timeout-minutes: 60
8787
strategy:
8888
matrix:
89-
php: [ "8.3" ]
89+
php: [ "8.4" ]
9090
go: [ stable ]
9191
os: [ "ubuntu-latest" ]
9292
steps:
@@ -179,7 +179,7 @@ jobs:
179179
timeout-minutes: 60
180180
strategy:
181181
matrix:
182-
php: [ "8.3" ]
182+
php: [ "8.4" ]
183183
go: [ stable ]
184184
os: [ "ubuntu-latest" ]
185185
steps:

0 commit comments

Comments
 (0)