We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4afc3 commit 49bc9f7Copy full SHA for 49bc9f7
.github/workflows/tests.yml
@@ -14,15 +14,15 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- php: [7.4, '8.0', 8.1]
+ php: [7.4, '8.0', 8.1, 8.2]
18
laravel: [8.76, 9]
19
exclude:
20
- php: 7.4
21
laravel: 9
22
23
steps:
24
- name: Checkout Code
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
26
27
- name: Setup PHP
28
uses: shivammathur/setup-php@v2
@@ -37,7 +37,7 @@ jobs:
37
run: composer require "laravel/framework:^${{ matrix.laravel }}" --no-update
38
39
- name: Install dependencies
40
- uses: nick-invision/retry@v1
+ uses: nick-fields/retry@v2
41
with:
42
timeout_minutes: 5
43
max_attempts: 5
0 commit comments