Skip to content

Commit 3894f54

Browse files
OXDEV-8621 Add php 8.3-8.4 matrix (#190)
Co-authored-by: Cenarius <[email protected]>
1 parent 78df720 commit 3894f54

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
install: &install
2+
matrix:
3+
php: '["8.3","8.4"]'
4+
mysql: '["mariadb-11"]'
5+
6+
runscript: *install
7+
runslim: *install
8+
9+
sonarcloud:
10+
matrix:
11+
php: '["8.4"]'
12+
mysql: '["mariadb-11"]'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
install: &install
2+
matrix:
3+
php: '["8.3","8.4"]'
4+
mysql: '["8.0.36"]'
5+
6+
runscript: *install
7+
runslim: *install
8+
9+
sonarcloud:
10+
matrix:
11+
php: '["8.4"]'
12+
mysql: '["8.0.36"]'

0 commit comments

Comments
 (0)