Skip to content

Commit 6c276c1

Browse files
committed
Updated GitHub workflow images
1 parent e0d68b0 commit 6c276c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
flags: unittests, ${{ matrix.php }}
7979

8080
php-cs-fixer:
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-latest
8282
strategy:
8383
fail-fast: false
8484
matrix:
@@ -167,7 +167,7 @@ jobs:
167167
- name: Yarn install
168168
uses: actions/setup-node@v2
169169
with:
170-
node-version: '18'
170+
node-version: '22'
171171
- run: yarn install
172172
- name: markdownlint
173173
run: yarn run coding-standards-check

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log.
88

99
## [Unreleased]
1010

11+
- Updated GitHub workflow images.
12+
1113
## [1.0.0] - 2024-12-13
1214

1315
### Added

0 commit comments

Comments
 (0)