Skip to content

Commit

Permalink
Update base-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Dec 13, 2023
1 parent a64dcf0 commit bd66d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'buildjet-2vcpu-ubuntu-2204-arm' }}
strategy:
matrix:
php-version: ["8.3", "8.2", "8.1"]
php-version: [ "8.2", "8.1"]
arch: [ "amd64", "arm64" ]
steps:
- name: Checkout
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- build
strategy:
matrix:
php-version: ["8.3", "8.2", "8.1"]
php-version: ["8.2", "8.1"]
steps:
- name: Login into Github Docker Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit bd66d3c

Please sign in to comment.