Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
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
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!195
fix: Added required php extensions to build_and_check.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
fix: Added required php extensions to build_and_check.yml
github/fork/BaranekD/build_and_check_exts
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Pavel Břoušek
requested to merge
github/fork/BaranekD/build_and_check_exts
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created by: BaranekD
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
be04414d
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.github/workflows/build_and_check.yml
+
1
−
1
Options
@@ -29,7 +29,7 @@ jobs:
with
:
php_version
:
${{ matrix.php-version }}
version
:
2
php_extensions
:
c
url json openssl iconv intl
php_extensions
:
c
type curl date dom filter hash iconv intl json mbstring openssl pcre simplexml SPL tokenizer xml xmlwriter zlib
-
name
:
Run easy coding standard
run
:
vendor/bin/ecs check
release
:
Loading