Skip to content

Commit e0ab347

Browse files
authored
Merge pull request #141 from 77web/chore/update-ci-versions
updated CI versions
2 parents c650a31 + 5206ac3 commit e0ab347

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: ['8.0', '8.1', '8.2']
18-
laravel: ['9', '10', '11']
17+
php: ['8.2', '8.3', '8.4']
18+
laravel: ['10', '11']
1919
exclude:
20-
- php: '8.0'
20+
- php: '8.4'
2121
laravel: '10'
22-
- laravel: '11'
23-
php: '8.0'
24-
- laravel: '11'
25-
php: '8.1'
22+
2623

2724
steps:
2825
- uses: actions/checkout@v3

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- "8.0"
16-
- "8.1"
1715
- "8.2"
16+
- "8.3"
17+
- "8.4"
1818

1919
steps:
2020
- name: "Checkout code"

0 commit comments

Comments
 (0)