We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d923e0d commit 38f0c7eCopy full SHA for 38f0c7e
2 files changed
.github/workflows/php.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Lint Code Base
27
- uses: github/super-linter/slim@v5
+ uses: github/super-linter/slim@v6
28
env:
29
LOG_LEVEL: NOTICE
30
VALIDATE_ALL_CODEBASE: true
.github/workflows/translations.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: shivammathur/setup-php@v2
45
with:
46
# Should be the higest supported version, so we can use the newest tools
47
- php-version: '8.2'
+ php-version: '8.3'
48
coverage: none
49
50
- uses: actions/checkout@v4
0 commit comments