Skip to content

Commit

Permalink
build on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Oct 15, 2023
1 parent 19c7865 commit 158cd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2' ]
php-version: [ '8.1', '8.2', '8.3' ]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 158cd5e

Please sign in to comment.