Skip to content

Commit

Permalink
Merge pull request #114 from php-school/php83
Browse files Browse the repository at this point in the history
Run on php 8.3
  • Loading branch information
AydinHassan committed Mar 10, 2024
2 parents 076ffac + 0da6f39 commit 5c41164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]

name: PHP ${{ matrix.php }}
steps:
Expand Down

0 comments on commit 5c41164

Please sign in to comment.