Skip to content

Commit 04ad4ca

Browse files
committed
ci: downgrade GitHub runner image for Behat tests
1 parent 77382bf commit 04ad4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
composer install
2828
./vendor/bin/phpunit -c ./phpunit.xml.dist
2929
behat:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
services:
3232
mysql:
3333
image: mysql:5.7

0 commit comments

Comments
 (0)