Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed May 23, 2024
1 parent 9756e3b commit 7e8a495
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [^10.0]
php: [8.2, 8.3]
laravel: [^11.0]
use-uuid: [false, true]
morph-maps: [false, true]

name: PHP ${{ matrix.php }} | Laravel ${{ matrix.laravel }} | UUID ${{ matrix.use-uuid }} | MorphMap ${{ matrix.morph-maps }}

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

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

0 comments on commit 7e8a495

Please sign in to comment.