1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-13 17:44:00 +02:00

adding php 8.4 to github actions

This commit is contained in:
Thomas A. Hirsch
2025-01-28 15:50:49 +01:00
parent 60f49fa1e3
commit c222c65211

View File

@@ -17,7 +17,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
php-versions: php-versions:
["8.1", "8.2", "8.3"] ["8.1", "8.2", "8.3", "8.4"]
name: PHP ${{ matrix.php-versions }} Test on ubantu-latest name: PHP ${{ matrix.php-versions }} Test on ubantu-latest
steps: steps: