Skip to content

Commit

Permalink
[TASK] Use the latest Ubuntu LTS on CI
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Bartsch <bo@cedev.de>
  • Loading branch information
oliverklee and o-ba committed Feb 15, 2024
1 parent 275b110 commit b0b9634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
tests:
name: Tests with PHP ${{ matrix.php }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
Expand Down

0 comments on commit b0b9634

Please sign in to comment.