Skip to content

Commit

Permalink
chore: add testing against modern PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Oct 24, 2024
1 parent 929dca1 commit 2863a02
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
include:
- php-versions: '8.0'
experimental: true
- php-versions: '8.1'
experimental: true
- php-versions: '8.2'
experimental: true
- php-versions: '8.3'
experimental: true
- php-versions: '8.4'
experimental: true
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -50,7 +58,7 @@ jobs:
- name: Setup PHPCS
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
tools: cs2pr, phpcs

- name: Setup problem matchers for PHP
Expand All @@ -70,7 +78,7 @@ jobs:
- name: Setup PHPStan
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
tools: phpstan

- name: Setup problem matchers for PHP
Expand Down

0 comments on commit 2863a02

Please sign in to comment.