]> git.openstreetmap.org Git - nominatim.git/commitdiff
actions: force PHPUnit 9
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Feb 2023 13:23:19 +0000 (14:23 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Feb 2023 20:22:22 +0000 (21:22 +0100)
PHPUnit 10 is incompatible with our tests. Not worth adapting anymore.

.github/workflows/ci-tests.yml

index 1f6f1bb7924b2df05ef7607d13237091c54b4e7f..3fe0b9d81d326925b64024f3567e0e0676e5c241 100644 (file)
@@ -72,7 +72,7 @@ jobs:
               uses: shivammathur/setup-php@v2
               with:
                   php-version: ${{ matrix.php }}
-                  tools: phpunit, phpcs, composer
+                  tools: phpunit:9, phpcs, composer
                   ini-values: opcache.jit=disable
 
             - uses: actions/setup-python@v4