Skip to content

Commit

Permalink
ci: update php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rezigned committed Dec 19, 2023
1 parent 5ed4ba8 commit 825b388
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: CI

on:
- pull_request
- push
push:
branches:
- master
pull_request:
branches:
- master
- workflow_dispatch

jobs:
tests:
Expand All @@ -11,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4']
php-versions: ['7.3', '7.4']

steps:
- name: Checkout
Expand All @@ -34,7 +39,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']

steps:
- name: Checkout
Expand Down

0 comments on commit 825b388

Please sign in to comment.