Skip to content

Commit

Permalink
Run only with ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 12, 2024
1 parent b494ebb commit 3cbb3f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on: [push, pull_request]

jobs:
php-tests:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
php: [8.1, 8.2]
laravel: [^10.0, ^11.0]

name: ${{ matrix.os }}, PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
name: ubuntu-latest, PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 3cbb3f7

Please sign in to comment.