Skip to content

Commit

Permalink
Fix Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
hschwentner committed Oct 25, 2022
1 parent 4ba581d commit e7df232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
matrix:
php-version: ['8.0', '8.1']

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit e7df232

Please sign in to comment.