Skip to content

Commit

Permalink
build with PHP 8.3 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach authored Dec 2, 2023
1 parent 262dd15 commit 4aed5fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.1', '8.2' ]
php-version: [ '8.1', '8.2', '8.3' ]

steps:
- name: Checkout
Expand Down Expand Up @@ -58,11 +58,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2' ]
php-version: [ '8.1', '8.2', '8.3' ]
deps: [ 'lowest', 'newest' ]
exclude:
- php-version: '8.2'
deps: lowest
- php-version: '8.3'
deps: lowest
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit 4aed5fc

Please sign in to comment.