Skip to content

Commit ff8c44f

Browse files
committed
Run jobs with Ubuntu 22.04
1 parent ce5b0e8 commit ff8c44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
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:
@@ -60,7 +60,7 @@ jobs:
6060
php-coveralls --coverage_clover=build/logs/clover.xml -v
6161
6262
tests-last:
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464
timeout-minutes: 10
6565

6666
strategy:

0 commit comments

Comments
 (0)