Skip to content

Commit 3bff20f

Browse files
Modify CI workflow for Ubuntu 22.04 and HHVM version
Updated CI workflow to use Ubuntu 22.04 and fixed HHVM setup version.
1 parent 14c7bf8 commit 3bff20f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
pull_request:
77

88
jobs:
9-
hhvm:
10-
runs-on: ubuntu-latest
9+
build:
10+
runs-on: ubuntu-22.04
1111
container:
1212
image: ubuntu:20.04
1313
steps:
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-composer-
2727
2828
- name: Setup HHVM Action
29-
uses: azjezz/[email protected].2
29+
uses: azjezz/[email protected].0
3030

3131
- name: Verify HHVM
3232
run: hhvm --version

0 commit comments

Comments
 (0)