Skip to content

Commit

Permalink
fix: test on php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwemox committed Apr 18, 2024
1 parent 2c1c0d8 commit 6c9e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3, 7.4]
php: [8.1]
db_image_name: [mysql, mariadb, percona, postgres]
include:
- db_image_name: mysql
Expand Down

0 comments on commit 6c9e131

Please sign in to comment.