Skip to content

Commit 544b1ef

Browse files
committed
ci(lint): update ubuntu and php version
1 parent 01b834e commit 544b1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
lint:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Use Node.js v20
@@ -28,7 +28,7 @@ jobs:
2828
npm i
2929
- name: Install composer
3030
run: |
31-
php7.4 $(which composer) install
31+
php8.3 $(which composer) install
3232
- name: Run lint
3333
run: |
3434
npm run lint

0 commit comments

Comments
 (0)