Skip to content

Commit cc3bda9

Browse files
authored
Merge pull request #66 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 69bc934 + ba70e79 commit cc3bda9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
- push
5+
- pull_request
46

57
jobs:
68
test:
79
runs-on: ${{ matrix.os }}
10+
811
strategy:
912
fail-fast: false
1013
matrix:
1114
os: [ubuntu-latest]
12-
php: [8.3, 8.2, 8.1]
15+
php: [8.1, 8.2, 8.3, '8.4']
1316
stability: [prefer-stable]
1417

1518
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)