Skip to content

Commit

Permalink
PHP 8.3 & 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nick322 committed Nov 12, 2024
1 parent 24a047f commit a0a3c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
"ext-openssl": "*",
"ext-hash": "*",
"ext-simplexml": "*",
"mnapoli/silly": "^1.0",
"pear/ole": "v1.0.0"
},
"require-dev": {
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2",
"php": "^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
"ext-openssl": "*",
"ext-hash": "*",
"phpunit/phpunit": "^9.5 || ^10.0"
Expand Down

0 comments on commit a0a3c64

Please sign in to comment.