Skip to content

Commit

Permalink
ci: add workflow for php 8.2 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana authored Oct 31, 2023
1 parent 876dbc5 commit 3f9d8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PHP UnitTets

on:
on:
push:
branches:
- master
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]

name: Tests PHP ${{ matrix.php }}

Expand Down

0 comments on commit 3f9d8cc

Please sign in to comment.