Skip to content

Commit

Permalink
Update Job.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Feb 22, 2024
1 parent e93ce44 commit 67952a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Job.php
Expand Up @@ -125,7 +125,7 @@ public static function noop(): self
composerDependency: ComposerDependency::LOCKED,
phpVersion: PhpVersion::latest(),
operatingSystem: OperatingSystem::UBUNTU,
experimental: false,
experimental: true,
);
}
}

0 comments on commit 67952a6

Please sign in to comment.