Skip to content

Commit 385fb64

Browse files
author
Cédric Belin
committed
Update the CI
1 parent 50953fa commit 385fb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
uses: actions/setup-node@v4
1414
with:
1515
cache: npm
16-
node-version: 22
16+
node-version: latest
1717
- name: Set up PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
coverage: none
2121
extensions: curl, intl, mbstring, simplexml
22-
php-version: 8.3
22+
php-version: latest
2323
- name: Cache dependencies
2424
uses: actions/cache@v4
2525
with:

0 commit comments

Comments
 (0)