Skip to content

Commit

Permalink
chore: test 8.1 and remove 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lkm committed May 31, 2022
1 parent e1395ec commit d635ed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.4', '8.0']
php-versions: ['8.0', '8.1']
phpunit-versions: ['latest']

steps:
Expand Down

0 comments on commit d635ed1

Please sign in to comment.