Skip to content

Commit 6bd489f

Browse files
Added PHP 8.4 to the CI
1 parent e3c723f commit 6bd489f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
php: ['8.0', '8.1', '8.2', '8.3']
11+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1212
name: PHP ${{ matrix.php }}
1313
steps:
1414
- name: Checkout

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": "^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^9.0"
20+
"phpunit/phpunit": "9 - 11"
2121
},
2222
"autoload": {
2323
"psr-4": { "Konekt\\Enum\\": "src/" }

0 commit comments

Comments
 (0)