1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
This commit is contained in:
Robin Appelman 2024-02-22 15:42:59 +01:00
commit 924485eb01
2 changed files with 2 additions and 2 deletions

View file

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