Skip to content

Commit e256e1b

Browse files
committed
Add "runs-on" attribute in mutation testing workflow
An attribute, "runs-on", has been included in the mutation testing workflow in the .github/workflows/infection.yml file. This attribute specifies that the workflow should be run on the latest version of Ubuntu.
1 parent cf52e18 commit e256e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/infection.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
mutation_testing:
1212
name: "5️⃣ Mutation Testing"
13+
runs-on: "ubuntu-latest"
1314
steps:
1415
- name: "Set up PHP"
1516
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)