Skip to content

Commit

Permalink
Add PHP 8.3 vs SF 7.0 check
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridrich committed Dec 9, 2023
1 parent 50d526e commit 1529a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.1', '8.2' ]
php-versions: [ '8.1', '8.2', '8.3' ]
composer-dependencies: [ '', '--prefer-lowest' ]
symfony-version: [ '' ]
extra-label: [ '' ]
Expand All @@ -23,7 +23,7 @@ jobs:
operating-system: windows-latest
coverage: xdebug

- php-versions: '8.2'
- php-versions: ['8.2', '8.3']
operating-system: ubuntu-latest
symfony-version: '7.0.*'
extra-label: 'SF 7.0'
Expand Down

0 comments on commit 1529a08

Please sign in to comment.