Skip to content

Commit e8d089a

Browse files
committed
💚 Attempt to fix CI
1 parent bc0a877 commit e8d089a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@master
1010
- name: Run PHPStan
11-
uses: docker://jakzal/phpqa:php7.3-alpine
11+
uses: docker://jakzal/phpqa:php8.1-alpine
1212
with:
1313
args: phpstan analyze
1414

@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@master
1919
- name: Run PHP-CS-Fixer
20-
uses: docker://jakzal/phpqa:php7.3-alpine
20+
uses: docker://jakzal/phpqa:php8.1-alpine
2121
with:
22-
args: php-cs-fixer fix --dry-run --diff-format udiff -vvv
22+
args: php-cs-fixer fix --dry-run -vvv
2323

2424
roave-bc-check:
2525
name: Roave BC Check

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ '7.2', '7.3', '7.4', '8.0' ]
13+
php: [ '7.4', '8.0', '8.1', '8.2' ]
1414
strategy: [ 'highest' ]
1515
include:
1616
- php: 7.4

0 commit comments

Comments
 (0)