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:
5c97d09
)
add tests on php 8.4
author
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 12:35:12 +0000
(12:35 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 12:35:12 +0000
(12:35 +0000)
.github/workflows/ci.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yaml
b/.github/workflows/ci.yaml
index
cb21c94
..
bc92be3
100644
(file)
--- a/
.github/workflows/ci.yaml
+++ b/
.github/workflows/ci.yaml
@@
-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.4'
+ operating-system: ubuntu-24.04
- php: '8.3'
operating-system: ubuntu-22.04
- php: '8.2'