Skip to content

Commit ab42910

Browse files
committed
Update github workflow
1 parent 30fb66e commit ab42910

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test_pull_request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['8.1', '8.2', '8.3', '8.4']
11+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1212

1313
steps:
1414
- name: Set up PHP
@@ -19,12 +19,12 @@ jobs:
1919
tools: composer:v2
2020

2121
- name: Set up Node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
24-
node-version: '22.x'
24+
node-version: '24.x'
2525

2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030

@@ -74,12 +74,12 @@ jobs:
7474
tools: composer:v2
7575

7676
- name: Set up Node
77-
uses: actions/setup-node@v4
77+
uses: actions/setup-node@v6
7878
with:
79-
node-version: '22.x'
79+
node-version: '24.x'
8080

8181
- name: Checkout code
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383
with:
8484
fetch-depth: 0
8585

0 commit comments

Comments
 (0)