Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
forks
tijsverkoyen
css-to-inline-styles
Commits
4ab4fe46
Unverified
Commit
4ab4fe46
authored
3 years ago
by
Christophe Coevoet
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #224 from mhujer/ci-windows
CI: build also on Windows
parents
5cc4e212
16ae2ac7
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+8
-1
.github/workflows/ci.yml
with
8 additions
and
1 deletion
+8
-1
.github/workflows/ci.yml
+
8
−
1
View file @
4ab4fe46
...
...
@@ -19,20 +19,27 @@ jobs:
-
run
:
composer validate --strict --no-check-lock
tests
:
runs-on
:
ubuntu-latest
runs-on
:
${{ matrix.operating-system }}
strategy
:
fail-fast
:
false
matrix
:
php
:
[
'
5.5'
,
'
5.6'
,
'
7.0'
,
'
7.1'
,
'
7.2'
,
'
7.3'
,
'
7.4'
,
'
8.0'
,
'
8.1'
]
operating-system
:
[
ubuntu-latest
]
composer_flags
:
[
'
'
]
include
:
-
php
:
'
5.5'
composer_flags
:
'
--prefer-lowest'
operating-system
:
ubuntu-latest
-
php
:
'
7.0'
composer_flags
:
'
--prefer-lowest'
operating-system
:
ubuntu-latest
-
php
:
'
8.1'
operating-system
:
windows-latest
steps
:
-
name
:
Prepare git
# see https://github.com/actions/checkout/issues/226#issue-606867805
run
:
git config --global core.autocrlf
false
&& git config --global core.eol lf
-
uses
:
actions/checkout@v2
-
uses
:
shivammathur/setup-php@v2
with
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets