1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

depricate 8.0 images

This commit is contained in:
Robin Appelman 2024-04-25 18:49:58 +02:00
commit 260846ff38
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
php-version: [ '8.1', '8.2', '8.3' ]
variant: [ '', '-dbg' ]
name: haze-${{ matrix.php-version }}${{ matrix.variant }}