Skip to content

Commit 441189c

Browse files
Merge pull request #7 from madewithlove/include-php-8.4-on-ci
Bump `friendsofphp/php-cs-fixer` and include latest PHP versions in CI
2 parents e7b68e7 + e0a71ba commit 441189c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.4', '8.0', '8.1', '8.2']
10+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1111
include:
12-
- php-versions: 8.2
12+
- php-versions: 8.4
1313
PHP_CS_FIXER_IGNORE_ENV: 1
1414
name: PHP ${{ matrix.php-versions }}
1515
steps:
1616
- name: 📤 Checkout project
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: 🐘 Install PHP
2020
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.4 | ^8.0",
13-
"friendsofphp/php-cs-fixer": "^3.13"
13+
"friendsofphp/php-cs-fixer": "^3.75"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)