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.
2 parents b7068c6 + 1aaac85 commit 5eae61bCopy full SHA for 5eae61b
2 files changed
.github/workflows/code_coverage.yaml
@@ -7,7 +7,7 @@ jobs:
7
code_coverage:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: shivammathur/setup-php@v2
12
with:
13
php-version: 8.2
.github/workflows/tests.yml
@@ -13,9 +13,10 @@ jobs:
php:
14
- 8.1
15
- 8.2
16
+ - 8.3
17
18
19
20
21
22
0 commit comments