Skip to content

Commit

Permalink
Merge pull request #2 from bookboon/hotfix/php81
Browse files Browse the repository at this point in the history
chore: test 8.1 and remove 7.4
  • Loading branch information
lkm authored May 31, 2022
2 parents e1395ec + d635ed1 commit 5bfb88a
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 5bfb88a

Please sign in to comment.