Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanin authored Mar 6, 2023
1 parent ee5d485 commit 5dffeeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
IMAGE_NAME: s1kom/pimcore-test
LATEST_TAG: v1.3
LATEST_TAG: v1.4-alpha
DEV_BRANCH: 1.x

jobs:
Expand All @@ -20,10 +20,10 @@ jobs:
if: github.repository == 'studio1gmbh/pimcore-docker'
strategy:
matrix:
php: [ '8.0', '8.1', '8.2' ]
php: [ '8.1' ]
distro: [ bullseye ]
target: [ fpm, debug, supervisord ]
tag: [ '1.x', 'v1.3' ]
tag: [ 'v1.4-alpha' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5dffeeb

Please sign in to comment.