Skip to content

Commit 97108c4

Browse files
blacksmith-sh[bot]icanhazstring
authored andcommitted
Migrate workflows to Blacksmith
1 parent 7f1bf9e commit 97108c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate-code.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ "ubuntu-latest" ]
15+
os: [ "blacksmith-4vcpu-ubuntu-2204" ]
1616
php: [ "8.1" ]
1717
steps:
1818
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: true
3939
matrix:
4040
php: [ "8.1", "8.2", "8.3", "8.4" ]
41-
os: [ "ubuntu-latest" ]
41+
os: [ "blacksmith-4vcpu-ubuntu-2204" ]
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
php: [ "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
67-
os: [ "ubuntu-latest" ]
67+
os: [ "blacksmith-4vcpu-ubuntu-2204" ]
6868
experimental: [ false ]
6969
tools: ["phpunit:9.6.17", "phpunit:10.5" ]
7070

@@ -97,7 +97,7 @@ jobs:
9797
# may change regularly.
9898
validate-code:
9999
name: Code Requirement Check
100-
runs-on: ubuntu-latest
100+
runs-on: blacksmith-4vcpu-ubuntu-2204
101101
needs:
102102
- coding-standard
103103
- static-analysis

0 commit comments

Comments
 (0)