Skip to content

Commit b43520f

Browse files
committed
Switch back to PHP 8.0
1 parent 57693aa commit b43520f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/playground/blueprints/src/lib/steps/site-data.spec.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
import { NodePHP } from '@php-wasm/node';
2-
import { getWordPressModule } from '@wp-playground/wordpress';
2+
import {
3+
RecommendedPHPVersion,
4+
getWordPressModule,
5+
} from '@wp-playground/wordpress';
36
import { setSiteOptions } from './site-data';
47
import { unzip } from './unzip';
58

69
describe('Blueprint step setSiteOptions()', () => {
710
let php: NodePHP;
811
beforeEach(async () => {
9-
php = await NodePHP.load('7.4', {
12+
php = await NodePHP.load(RecommendedPHPVersion, {
1013
requestHandler: {
1114
documentRoot: '/wordpress',
1215
},

0 commit comments

Comments
 (0)