Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
81f34c8d
Commit
81f34c8d
authored
2 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Load opcache-extension to gain performance boost with psalm
parent
5cf9132c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/php.yml
+3
-1
3 additions, 1 deletion
.github/workflows/php.yml
with
3 additions
and
1 deletion
.github/workflows/php.yml
+
3
−
1
View file @
81f34c8d
...
...
@@ -47,7 +47,9 @@ jobs:
# Should be the higest supported version, so we can use the newest tools
php-version
:
'
8.2'
tools
:
composer:v2
extensions
:
ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
# optional performance gain for psalm: opcache
extensions
:
ctype, date, dom, hash, intl, json, mbstring, mysql, \
opcache, openssl, pcre, pdo, pdo_sqlite, spl, xml
coverage
:
none
-
name
:
Setup problem matchers for PHP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment