Skip to content

Commit

Permalink
Implemented PHP 8.2 compatibility - fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbankowski committed Jun 19, 2023
1 parent 081c769 commit 089d5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0.0', '8.0.1' ]
php: [ '8.2.7' ]
db: [ 'MySQL', 'PostgreSQL', 'SQLite' ]
include:
- db: MySQL
Expand Down

0 comments on commit 089d5f6

Please sign in to comment.