Skip to content

Commit d2dd828

Browse files
authored
Merge pull request #387 from Automattic/update/ci-svn
CI: Install svn before checking out the code, drop 7.4, add 8.1-8.4
2 parents 643cec3 + a5d023e commit d2dd828

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-php.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php:
20-
- "7.4"
2120
- "8.0"
21+
- "8.1"
22+
- "8.2"
23+
- "8.3"
24+
- "8.4"
2225
wpmu:
2326
- "0"
2427
- "1"
@@ -34,6 +37,10 @@ jobs:
3437
- 3306
3538
options: --health-cmd="healthcheck.sh --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
3639
steps:
40+
- name: Install svn
41+
run: sudo apt-get update && sudo apt-get install -y subversion
42+
shell: bash
43+
3744
- name: Check out source code
3845
uses: actions/[email protected]
3946

0 commit comments

Comments
 (0)