Skip to content

Commit 9d29e35

Browse files
committed
[TASK] fix ubuntu version to 22.04
ubuntu-latest points to 24.04 now but this leads to network communication errors between containers on github.
1 parent 22538e6 commit 9d29e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
testsuite:
1212
name: all tests
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
php: [ '7.4', '8.0', '8.1' ]

0 commit comments

Comments
 (0)