Skip to content

Commit

Permalink
Update packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Nov 29, 2023
1 parent 1b7e9c4 commit acc90b3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
strategy:
matrix:
include:
- tag: 'latest'
php: '8.3'
- tag: 'stable'
php: '8.3'
- tag: '8.3'
php: '8.3'
- tag: '8.2'
php: '8.2'
- tag: '8.1'
php: '8.1'
- tag: "latest"
php: "8.3"
- tag: "stable"
php: "8.2"
- tag: "8.3"
php: "8.3"
- tag: "8.2"
php: "8.2"
- tag: "8.1"
php: "8.1"

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit acc90b3

Please sign in to comment.