Skip to content

Commit

Permalink
Use ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 5, 2021
1 parent 7f8baf5 commit 4d4a2f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ on:

jobs:
tests:
runs-on: ubuntu-18.04

runs-on: ubuntu-latest
services:
redis:
image: redis
ports:
- 6379:6379
options: --entrypoint redis-server

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 4d4a2f7

Please sign in to comment.