Skip to content

Commit

Permalink
switch to ubuntu-22.04 as runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaileu authored Oct 19, 2023
1 parent 94927f0 commit 53f21eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:
name: PHP ${{ matrix.php-version }} + Symfony ${{ matrix.symfony-version }}
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['7.4','8.0','8.1']
Expand Down

0 comments on commit 53f21eb

Please sign in to comment.