Skip to content

Commit a68ff4e

Browse files
committed
PHP 8.3 for github workflow
1 parent 633f097 commit a68ff4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: ['push', 'pull_request']
3+
on: ["push", "pull_request"]
44

55
jobs:
66
laravel-tests:
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: 8.2
17+
php-version: 8.3
1818
tools: composer:v2
1919
coverage: xdebug
2020

@@ -35,8 +35,8 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '20'
39-
cache: 'npm'
38+
node-version: "20"
39+
cache: "npm"
4040
cache-dependency-path: editor/package-lock.json
4141

4242
- name: Install Dependencies

0 commit comments

Comments
 (0)