Skip to content

Commit 7e8a495

Browse files
committed
Fix test workflow
1 parent 9756e3b commit 7e8a495

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ on:
1414

1515
jobs:
1616
tests:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1818

1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.1, 8.2, 8.3]
23-
laravel: [^10.0]
22+
php: [8.2, 8.3]
23+
laravel: [^11.0]
2424
use-uuid: [false, true]
2525
morph-maps: [false, true]
2626

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

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
- name: Setup PHP
3434
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)