Skip to content

Commit

Permalink
Run CI using PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Aug 29, 2024
1 parent 8582a1a commit 0f47395
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php:
- '8.2'
- '8.1'
fail-fast: true
name: PHP ${{ matrix.php }}
steps:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php:
- '8.1'
- '8.2'
- '8.3'
deps:
Expand All @@ -36,7 +37,7 @@ jobs:
experimental: [false]
include:
- os: ubuntu-latest
php: '8.2'
php: '8.1'
phpstan: 1
- os: ubuntu-latest
php: '8.3'
Expand All @@ -50,6 +51,10 @@ jobs:
psr17: 'nyholm/psr7:^1.8'
psr18: 'symfony/http-client:^7.1'
experimental: true
exclude:
- os: ubuntu-latest
php: 8.1
psr18: symfony/http-client:^7.1
fail-fast: true
name: 'PHP ${{ matrix.php }} / ${{ matrix.deps }} (PSR-17: ${{ matrix.psr17 }}) (PSR-18: ${{ matrix.psr18 }})'
steps:
Expand Down

0 comments on commit 0f47395

Please sign in to comment.