Skip to content

Commit

Permalink
2024 Day 01 part 1 & 2
Browse files Browse the repository at this point in the history
- Updates to dependencies.
- Add PHP 8.4 to test matrix.
  • Loading branch information
sprak3000 committed Dec 2, 2024
1 parent ea675dc commit e8fd937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
os: [ ubuntu-latest ]
year: [ 2015, 2018, 2019, 2020, 2021, 2022, 2023, 2024 ]

Expand Down

0 comments on commit e8fd937

Please sign in to comment.