Skip to content

Commit 0718360

Browse files
authored
Merge pull request #222 from nextras/php8.3
Build on PHP 8.3
2 parents 19c7865 + 158cd5e commit 0718360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
php-version: [ '8.1', '8.2' ]
27+
php-version: [ '8.1', '8.2', '8.3' ]
2828

2929
steps:
3030
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
php-version: [ '8.1', '8.2' ]
61+
php-version: [ '8.1', '8.2', '8.3' ]
6262

6363
runs-on: ubuntu-latest
6464

0 commit comments

Comments
 (0)