Skip to content

Commit

Permalink
Merge pull request #88 from heiglandreas/addPhp81
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas authored Apr 26, 2022
2 parents 666f980 + 1e0c675 commit 74f9343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
strategy:
matrix:
# operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0', '8.1']
experimental: [false]
include:
- php-versions: '8.1'
- php-versions: '8.2'
experimental: true
name: PHP ${{ matrix.php-versions }} # Test on ${{ matrix.operating-system }}
steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "8.0"
tools: phive
- name: Download psalm
run: phive --no-progress install --trust-gpg-keys 8A03EA3B385DBAA1,12CE0F1D262429A5 psalm
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "8.0"
coverage: xdebug
- name: Install
run: composer update
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "org_heigl/holidaychecker",
"description": "Check for holidays - localeaware",
"keywords": ["holiday", "check", "calendar", "country", "bank holiday"],
"type": "library",
"license": "MIT",
"authors": [{
Expand Down

0 comments on commit 74f9343

Please sign in to comment.