Skip to content

Commit

Permalink
OXDEV-8621 Add php 8.3-8.4 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Feb 14, 2025
1 parent 78df720 commit 4f1e492
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/oxid-esales/defaults/php8.3_8.4_mariadb11_only.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
install: &install
matrix:
php: '["8.3","8.4"]'
mysql: '["mariadb-11"]'

runscript: *install
runslim: *install

sonarcloud:
matrix:
php: '["8.4"]'
mysql: '["mariadb-11"]'
12 changes: 12 additions & 0 deletions .github/oxid-esales/defaults/php8.3_8.4_mysql8.0_only.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
install: &install
matrix:
php: '["8.3","8.4"]'
mysql: '["8.0.36"]'

runscript: *install
runslim: *install

sonarcloud:
matrix:
php: '["8.4"]'
mysql: '["8.0.36"]'

0 comments on commit 4f1e492

Please sign in to comment.