Skip to content

Commit d97bddd

Browse files
Run CI on 25.7.0
1 parent 5a1bba0 commit d97bddd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- "4.153"
2222
- "4.168"
2323
- "25.6.0"
24+
- "25.7.0"
2425
runs-on: ubuntu-24.04
2526
container:
2627
image: ${{ startsWith(matrix.hhvm, '4') && format('hhvm/hhvm:{0}-latest', matrix.hhvm) || format('hersheltheodorelayton/hhvm-full:{0}', matrix.hhvm) }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hersheltheodorelayton/hhvm-full:25.6.0
1+
FROM hersheltheodorelayton/hhvm-full:25.7.0
22
ENV COMPOSER=composer.dev.json
33

44
WORKDIR /mnt/project

0 commit comments

Comments
 (0)