mirror of
https://codeberg.org/icewind/php-dbg.git
synced 2026-06-03 17:24:09 +02:00
add 8.3
This commit is contained in:
parent
d9b24b99b7
commit
b6668e0f52
3 changed files with 6 additions and 6 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
php-versions: ['8.0', '8.1', '8.2', '8.3']
|
||||
variant: ['cli', 'apache', 'fpm']
|
||||
|
||||
steps:
|
||||
|
|
@ -45,4 +45,4 @@ jobs:
|
|||
with:
|
||||
context: php/${{ matrix.php-versions }}/bullseye/${{ matrix.variant }}
|
||||
push: true
|
||||
tags: icewind1991/php-dbg:${{ matrix.php-versions }}-${{ matrix.variant }}
|
||||
tags: icewind1991/php-dbg:${{ matrix.php-versions }}-${{ matrix.variant }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue