Skip to content

Commit

Permalink
[TASK] fix ubuntu version to 22.04
Browse files Browse the repository at this point in the history
ubuntu-latest points to 24.04 now
but this leads to network communication errors between containers
on github.
  • Loading branch information
achimfritz committed Jan 18, 2025
1 parent 22538e6 commit 9d29e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

testsuite:
name: all tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
php: [ '7.4', '8.0', '8.1' ]
Expand Down

0 comments on commit 9d29e35

Please sign in to comment.