Skip to content

Commit

Permalink
Execute units tests against php 8.1 & 8.2
Browse files Browse the repository at this point in the history
Executes unit tests against more recent php versions on master and
stable27

Resolves : #868

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
  • Loading branch information
Fenn-CS committed Jun 9, 2023
1 parent e1135a7 commit 80a1672
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master']
server-versions: ['master', 'stable27']

services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master', 'stable27']

services:
oracle:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master', 'stable27']

services:
postgres:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:

strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']

php-versions: ['8.0', '8.1', '8.2']
server-versions: ['master', 'stable27']
steps:
- name: Set app env
run: |
Expand Down

0 comments on commit 80a1672

Please sign in to comment.