We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d276265 + c0325e0 commit 2647edfCopy full SHA for 2647edf
.github/workflows/linting-php.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
jobs:
17
lint-php:
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
steps:
20
- uses: actions/checkout@v3
21
- uses: pipeline-components/php-linter@master
.github/workflows/php-version-sniff.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
php: [ '8.0', '8.1' ]
22
23
24
- uses: pipeline-components/php-codesniffer@master
.github/workflows/tests.yml
phpunit:
0 commit comments