Skip to content

Commit

Permalink
tests: php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry committed Nov 11, 2023
1 parent 7e66166 commit 48eaa8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
coverage: none

- name: Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-maria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-sqlsrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]

Expand Down

0 comments on commit 48eaa8a

Please sign in to comment.