Skip to content

Commit e6067b5

Browse files
committed
Add PHP 8.1 to CI pipeline
1 parent 4037829 commit e6067b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: [rubixml, andrewdalpino]
1+
github: [andrewdalpino]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12-
php-versions: ['7.4', '8.0']
12+
php-versions: ['7.4', '8.0', '8.1']
1313

1414
steps:
1515
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"webonyx/graphql-php": "^14.4"
3838
},
3939
"require-dev": {
40-
"friendsofphp/php-cs-fixer": "3.1.*",
40+
"friendsofphp/php-cs-fixer": "^3.0",
4141
"phpstan/phpstan": "0.12.*",
4242
"phpstan/extension-installer": "^1.0",
4343
"phpstan/phpstan-phpunit": "0.12.*",

0 commit comments

Comments
 (0)