Skip to content

Commit

Permalink
Update base-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 22, 2024
1 parent 605bdc8 commit 5903cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.2", "8.1"]
php-version: [ "8.3", "8.2", "8.1"]
arch: [ "amd64", "arm64" ]
steps:
- name: Checkout
Expand Down

0 comments on commit 5903cda

Please sign in to comment.