Skip to content

Commit

Permalink
Add php 8.0 in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tenshiAMD committed Oct 2, 2022
1 parent 06271ef commit 8acc5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.3, 7.4 ]
php: [ 7.3, 7.4, 8.0 ]
os: [ ubuntu-latest ]

steps:
Expand Down

0 comments on commit 8acc5a7

Please sign in to comment.