Skip to content

Commit

Permalink
Merge pull request #222 from nextras/php8.3
Browse files Browse the repository at this point in the history
Build on PHP 8.3
  • Loading branch information
hrach authored Oct 15, 2023
2 parents 19c7865 + 158cd5e commit 0718360
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 0718360

Please sign in to comment.