Skip to content

Commit 675aeb1

Browse files
committed
chore: add php 8.4 support
1 parent 5071917 commit 675aeb1

3 files changed

Lines changed: 15 additions & 21 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
matrix:
12-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
12+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1313
experimental: [false]
1414
include:
15-
- php: '8.3'
15+
- php: '8.4'
1616
analysis: true
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Set up PHP ${{ matrix.php }}
2323
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.5",
1919
"squizlabs/php_codesniffer": "^3.7",
20-
"phpstan/phpstan": "^1.8"
20+
"phpstan/phpstan": "^2.1"
2121
},
2222
"autoload": {
2323
"files": [

composer.lock

Lines changed: 11 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)