Skip to content

Commit 956af44

Browse files
committed
update ci
1 parent d74cec4 commit 956af44

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ insert_final_newline = true
1313

1414
[Makefile]
1515
indent_style = tab
16+
17+
[*.yml]
18+
indent_size = 2

.github/workflows/phpci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.1'
20+
php-version: '8.4'
2121

2222
- name: PHP Security Checker
2323
uses: StephaneBour/[email protected]

0 commit comments

Comments
 (0)