We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d68b0 commit 6c276c1Copy full SHA for 6c276c1
.github/workflows/pr.yaml
@@ -78,7 +78,7 @@ jobs:
78
flags: unittests, ${{ matrix.php }}
79
80
php-cs-fixer:
81
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
82
strategy:
83
fail-fast: false
84
matrix:
@@ -167,7 +167,7 @@ jobs:
167
- name: Yarn install
168
uses: actions/setup-node@v2
169
with:
170
- node-version: '18'
+ node-version: '22'
171
- run: yarn install
172
- name: markdownlint
173
run: yarn run coding-standards-check
CHANGELOG.md
@@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log.
8
9
## [Unreleased]
10
11
+- Updated GitHub workflow images.
12
+
13
## [1.0.0] - 2024-12-13
14
15
### Added
0 commit comments