We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416814e commit d7f8aeaCopy full SHA for d7f8aea
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
tests:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
16
strategy:
17
fail-fast: true
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
27
28
- name: Setup PHP
29
uses: shivammathur/setup-php@v2
@@ -43,7 +43,7 @@ jobs:
43
run: vendor/bin/phpunit --verbose
44
45
stub-tests:
46
47
48
49
@@ -69,7 +69,7 @@ jobs:
69
composer config repositories.jetstream '{"type": "path", "url": "jetstream"}' --file composer.json
70
71
72
73
with:
74
path: 'jetstream'
75
0 commit comments