Revert back strategy matrix for dolibarr version

This commit is contained in:
TuxGasy
2025-03-31 20:19:12 +02:00
parent a786088e7b
commit e375482a5f

View File

@@ -8,6 +8,8 @@ on:
jobs:
build-docker-images:
strategy:
matrix: dolibarr_version: [ 15.0.3, 16.0.5, 17.0.4, 18.0.6, 19.0.4, 20.0.4, 21.0.0, develop ]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
@@ -21,7 +23,7 @@ jobs:
DOCKER_BUILD: 1
DOCKER_PUSH: 1
run: |
./update.sh
./update.sh ${{ matrix.dolibarr_version }}
update-readme:
runs-on: ubuntu-24.04