Skip to content

Commit

Permalink
[general] Updating GA config (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 2, 2023
1 parent 354ea26 commit 38022c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ "8.1" ]
php-version: [ "8.1", "8.2" ]
operating-system: [ "ubuntu-latest" ]

steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ "8.1" ]
php-version: [ "8.1", "8.2" ]
operating-system: [ "ubuntu-latest" ]

steps:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ "8.1" ]
php-version: [ "8.1", "8.2" ]
operating-system: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
include:
- operating-system: "ubuntu-latest"
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

strategy:
matrix:
php-version: [ "8.1" ]
php-version: [ "8.1", "8.2" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:

strategy:
matrix:
php-version: [ "8.1" ]
php-version: [ "8.1", "8.2" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:

strategy:
matrix:
php-version: [ "8.1" ]
php-version: [ "8.1", "8.2" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

Expand Down
3 changes: 0 additions & 3 deletions tools/phpstan.base.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
includes:
- ../vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
phpVersion: 80100
tmpDir: ../var/tools/PHPStan
Expand Down

0 comments on commit 38022c3

Please sign in to comment.