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:
e2ee7af
)
add gha test on php 8.2
author
gggeek
<giunta.gaetano@gmail.com>
Mon, 12 Dec 2022 10:25:34 +0000
(10:25 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Mon, 12 Dec 2022 10:25:34 +0000
(10:25 +0000)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index
0c99e9e
..
e26347c
100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-24,6
+24,8
@@
jobs:
include:
# @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
# @todo run some tests on 'windows-latest' (needs test env setup scripts for windows to be developed)
+ - php: '8.2'
+ operating-system: ubuntu-22.04
- php: '8.1'
operating-system: ubuntu-22.04
- php: '8.0'