Skip to content

Commit 539292f

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: update for the release of PHP 8.3
... which is expected later today.
1 parent 7ce7891 commit 539292f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: .github/workflows/test.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
test:
9494
name: Run tests on PHP ${{ matrix.php }}
9595
runs-on: ubuntu-latest
96-
continue-on-error: ${{ matrix.php == '8.3' }}
96+
continue-on-error: ${{ matrix.php == '8.4' }}
9797
needs:
9898
- bundle
9999

@@ -113,6 +113,7 @@ jobs:
113113
- '8.1'
114114
- '8.2'
115115
- '8.3'
116+
- '8.4'
116117

117118
steps:
118119
- name: Checkout code
@@ -131,14 +132,14 @@ jobs:
131132
run: composer remove --dev php-parallel-lint/php-code-style --no-update --no-interaction
132133

133134
- name: Install Composer dependencies
134-
if: ${{ matrix.php != '8.3' }}
135+
if: ${{ matrix.php != '8.4' }}
135136
uses: ramsey/composer-install@v2
136137
with:
137138
# Bust the cache at least once a month - output format: YYYY-MM.
138139
custom-cache-suffix: $(date -u "+%Y-%m")
139140

140-
- name: "Install Composer dependencies (PHP 8.3, ignore PHP reqs)"
141-
if: ${{ matrix.php == '8.3' }}
141+
- name: "Install Composer dependencies (PHP 8.4, ignore PHP reqs)"
142+
if: ${{ matrix.php == '8.4' }}
142143
uses: ramsey/composer-install@v2
143144
with:
144145
composer-options: --ignore-platform-req=php

0 commit comments

Comments
 (0)