Skip to content

Commit

Permalink
Merge pull request #1421 from laravel/ubuntu
Browse files Browse the repository at this point in the history
Use ubuntu-18.04
  • Loading branch information
driesvints authored Mar 5, 2021
2 parents 9f1a5d5 + c7c798f commit 1f1dbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
tests:
runs-on: ubuntu-18.04

runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
laravel: [^8.0]

name: P${{ matrix.php }} - L${{ matrix.laravel }}
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 1f1dbec

Please sign in to comment.