Skip to content

Commit

Permalink
Add support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 1, 2024
1 parent 2c6f3da commit 0bc24f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ] #, macos-latest, windows-latest ]
php-version: [ '8.0', '8.1', '8.2' ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]

# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
services:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased
==========

- Dropped support for PHP 7.x
- Added support for PHP 8.3

2022/11/29 3.0.1
================
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1|^8.2",
"php": "^8.0|^8.1|^8.2|^8.3",
"doctrine/dbal": "^2",
"crate/crate-pdo": "^2"
},
Expand Down

0 comments on commit 0bc24f5

Please sign in to comment.