Skip to content

Commit

Permalink
PHP 8.1 (#367)
Browse files Browse the repository at this point in the history
* add php 8.1 for tests

* mysql tests

* postgres tests
  • Loading branch information
cmgmyr authored Nov 22, 2021
1 parent 632bd5e commit b196b25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: [ '8.0' ]
php-versions: [ '8.1','8.0' ]
dependency-stability: [ prefer-stable ]

laravel: [ '8.*' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: [ '8.0' ]
php-versions: [ '8.1','8.0' ]
dependency-stability: [ prefer-stable ]

laravel: [ '8.*' ]
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: [ '8.0','7.4','7.3','7.2' ]
php-versions: [ '8.1','8.0','7.4','7.3','7.2' ]
dependency-stability: [ prefer-stable ]
laravel: [ '8.*','7.*','6.*' ]

Expand All @@ -29,8 +29,12 @@ jobs:
php-versions: 7.3
- laravel: 8.*
php-versions: 7.2
- laravel: 7.*
php-versions: 8.1
- laravel: 7.*
php-versions: 8.0
- laravel: 6.*
php-versions: 8.1
- laravel: 6.*
php-versions: 8.0

Expand Down

0 comments on commit b196b25

Please sign in to comment.