Skip to content

Commit

Permalink
Merge pull request #796 from bavix/php83
Browse files Browse the repository at this point in the history
add support php 8.3
  • Loading branch information
rez1dent3 authored Oct 27, 2023
2 parents 1998bdf + ceebfe4 commit 6059bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
php-versions: [8.1, 8.2]
php-versions: [8.1, 8.2, 8.3]
databases: [testing, pgsql, mysql, mariadb]
caches: [array, redis, memcached]
locks: [redis, memcached]
Expand Down

0 comments on commit 6059bff

Please sign in to comment.