Skip to content

Commit df7aa31

Browse files
committed
Test on PHP 8.4, use psalm 6
1 parent cb1cb9a commit df7aa31

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
operating-system: ['ubuntu-latest']
17-
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
18-
continue-on-error: ${{ matrix.php == '8.3' }}
17+
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1918

2019
name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}
2120

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
operating-system: [ 'ubuntu-latest' ]
17-
php-version: [ '7.4', '8.2' ]
17+
php-version: [ '8.2' ]
1818

1919
steps:
2020
- name: Checkout code
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Install psalm
4848
run: |
49-
composer require --dev "vimeo/psalm:^5.15"
49+
composer require --dev "vimeo/psalm:^6"
5050
5151
- name: Run a static analysis with vimeo/psalm
5252
run: |

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# HTML_QuickForm2
22

3-
[![Build Status](https://github.com/pear/HTML_QuickForm2/actions/workflows/continuous-integration.yml/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions?query=branch%3Atrunk+workflow%3A%22Continuous+Integration%22)
4-
5-
[![Static Analysis](https://github.com/pear/HTML_QuickForm2/actions/workflows/static-analysis.yml/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions?query=branch%3Atrunk+workflow%3A%22Static+Analysis%22)
3+
[![Build Status](https://github.com/pear/HTML_QuickForm2/actions/workflows/continuous-integration.yml/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions/workflows/continuous-integration.yml)
4+
[![Static Analysis](https://github.com/pear/HTML_QuickForm2/actions/workflows/static-analysis.yml/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions/workflows/static-analysis.yml)
65

76
This is a repository for [PEAR HTML_QuickForm2] package that has been migrated from [PEAR SVN].
87

0 commit comments

Comments
 (0)