Skip to content

Commit

Permalink
Merge pull request #139 from Dealerdirect/feature/ghactions-various-t…
Browse files Browse the repository at this point in the history
…weaks

GH Actions: PHP 8.1 has been released
  • Loading branch information
Potherca committed Nov 30, 2021
2 parents 7d5cb88 + 424eae6 commit 858566c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/integrationtest.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
phpcs_version: ['dev-master']
phpcompat: ['composer']
experimental: [false]
Expand All @@ -30,6 +30,11 @@ jobs:

# Complement the matrix with build against the lowest supported PHPCS version
# for each PHP version.
- php: '8.1'
# Lowest PHPCS version on which PHP 8.1 is supported.
phpcs_version: '3.6.1'
phpcompat: 'composer'
experimental: false
- php: '8.0'
# Lowest PHPCS version on which PHP 8.0 is supported.
phpcs_version: '3.5.7'
Expand Down Expand Up @@ -118,12 +123,12 @@ jobs:
experimental: false

# Experimental builds. These are allowed to fail.
- php: '8.1'
- php: '8.2'
phpcs_version: 'dev-master'
phpcompat: 'composer'
experimental: true

- php: '8.0'
- php: '8.1'
phpcs_version: '4.0.x-dev as 3.9.99'
phpcompat: 'composer'
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
"require-dev": {
"composer/composer": "*",
"phpcompatibility/php-compatibility": "^9.0",
"php-parallel-lint/php-parallel-lint": "^1.3"
"php-parallel-lint/php-parallel-lint": "^1.3.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 858566c

Please sign in to comment.