Skip to content

Commit e20f52b

Browse files
committed
use php 8.2 on CI
1 parent e6bf280 commit e20f52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: 8.0
15+
php-version: 8.2
1616
coverage: none
1717
- name: Install dependencies
1818
run: composer update --no-interaction --no-ansi --no-progress

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"scripts": {
25-
"run:dev": "PHEL_MODE=slow php -S localhost:8080 -t public",
25+
"run:dev": "PHEL_MODE=dev php -S localhost:8080 -t public",
2626
"run:prod": "composer build && php -S localhost:8080 -t public",
2727
"build": "vendor/bin/phel build --no-cache",
2828
"format": "vendor/bin/phel format",

0 commit comments

Comments
 (0)