Skip to content

Commit a40face

Browse files
Update workflows
1 parent a67d927 commit a40face

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.0'
19+
php-version: '8.4'
2020
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
2121
coverage: none
2222

.github/workflows/run-tests.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,14 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: ['8.0', 8.1, 8.2]
20-
laravel: ['9.*', '10.*', '11.*', '12.*']
19+
php: ['8.2', '8.3', '8.4']
20+
laravel: ['11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
23-
- laravel: 9.*
24-
testbench: ^7.22
25-
- laravel: 10.*
26-
testbench: ^8.0
2723
- laravel: 11.*
2824
testbench: ^9.0
2925
- laravel: 12.*
3026
testbench: ^10.0
31-
exclude:
32-
- laravel: 10.*
33-
php: '8.0'
34-
- laravel: 11.*
35-
php: '8.0'
36-
- laravel: 11.*
37-
php: 8.1
38-
- laravel: 12.*
39-
php: '8.0'
40-
- laravel: 12.*
41-
php: 8.1
4227

4328
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4429

0 commit comments

Comments
 (0)