Skip to content

Commit a38df75

Browse files
committed
Run jobs with Ubuntu 22.04
1 parent ed635aa commit a38df75

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:
@@ -65,7 +65,7 @@ jobs:
6565
php-coveralls --coverage_clover=build/logs/clover.xml -v
6666
6767
tests-last:
68-
runs-on: ubuntu-20.04
68+
runs-on: ubuntu-22.04
6969
timeout-minutes: 10
7070

7171
strategy:

0 commit comments

Comments
 (0)