git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe4442
)
ci imprvement
author
gggeek
<giunta.gaetano@gmail.com>
Thu, 24 Nov 2022 11:34:58 +0000
(11:34 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Thu, 24 Nov 2022 11:34:58 +0000
(11:34 +0000)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index
e72911c
..
5d464bf
100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-28,7
+28,7
@@
jobs:
php: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4']
steps:
- name: checkout code
- uses: actions/checkout@v
2
+ uses: actions/checkout@v
3
# Although this action is quite nice, we prefer to use the same script to set up php that we use for the
# docker image used for local testing. This allows us to make sure that script is always in good shape