Skip to content

Commit e9c0a37

Browse files
committed
Run jobs with Ubuntu 22.04
1 parent d7526ee commit e9c0a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
timeout-minutes: 10
1313

1414
strategy:
@@ -62,7 +62,7 @@ jobs:
6262
php-coveralls --coverage_clover=build/logs/clover.xml -v
6363
6464
tests-last:
65-
runs-on: ubuntu-20.04
65+
runs-on: ubuntu-22.04
6666
timeout-minutes: 10
6767

6868
strategy:

0 commit comments

Comments
 (0)