Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 26, 2024
1 parent dbf4e16 commit 07d1371
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:

strategy:
matrix:
php: [ 8.3, 8.2, 8.1 ]
release: [ stable, lowest ]
php: [ 8.3 ]
release: [ stable ]
include:
- php: 8.3
release: stable
coverage: xdebug

steps:
- uses: actions/checkout@v4
- run: echo ${{ hashFiles(format('.docker/php{0}.Dockerfile', matrix.php)) }}
- uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 07d1371

Please sign in to comment.