Skip to content

Commit

Permalink
Test against php 8.3 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov committed Oct 5, 2023
1 parent 3785369 commit 244e89a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frameworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
version: ['^5.4', '@stable', '@dev'] # Test current LTS, current release, and future release
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
composer-version: [v2]
include:
- version: '^5.4'
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
matrix:
os: [ubuntu-latest]
version: ['^10.0', '^9.0', '^8.0']
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
composer-version: [v2]
include:
- version: '^10.0'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
dependency-version: [prefer-lowest, prefer-stable]
composer-version: [v2]
exclude:
Expand All @@ -23,6 +23,8 @@ jobs:
php: '8.1'
- dependency-version: prefer-lowest
php: '8.2'
- dependency-version: prefer-lowest
php: '8.3'
name: ${{ matrix.php }} - ${{ matrix.os }} - Composer ${{ matrix.composer-version }} --${{ matrix.dependency-version }}

steps:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
dependency-version: [prefer-lowest, prefer-stable]
composer-version: [ v2 ]
include:
- php: '8.3'
phpunit: '^10.0'
- php: '8.2'
phpunit: '^10.0'
- php: '8.1'
Expand All @@ -30,6 +32,8 @@ jobs:
php: '8.1'
- dependency-version: prefer-lowest
php: '8.2'
- dependency-version: prefer-lowest
php: '8.3'
name: ${{ matrix.php }} - Composer ${{ matrix.composer-version }} --${{ matrix.dependency-version }}

steps:
Expand Down

0 comments on commit 244e89a

Please sign in to comment.