We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bf280 commit e20f52bCopy full SHA for e20f52b
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install PHP
13
uses: shivammathur/setup-php@v2
14
with:
15
- php-version: 8.0
+ php-version: 8.2
16
coverage: none
17
- name: Install dependencies
18
run: composer update --no-interaction --no-ansi --no-progress
composer.json
@@ -22,7 +22,7 @@
22
}
23
},
24
"scripts": {
25
- "run:dev": "PHEL_MODE=slow php -S localhost:8080 -t public",
+ "run:dev": "PHEL_MODE=dev php -S localhost:8080 -t public",
26
"run:prod": "composer build && php -S localhost:8080 -t public",
27
"build": "vendor/bin/phel build --no-cache",
28
"format": "vendor/bin/phel format",
0 commit comments